Hi
I'm trying to send emails from my symfony application.
In my module I did:
$raw_email = $this->sendEmail('mailer', 'sendActivationRequest?id=' .
$user->getId().
"&hash=".$hashKey."&aid=".$activationId);
But in log file I see the message:
---------------
get presentation for action
"mailer/sendActivationRequest?
id=13&hash=4b931e8012d9f1e3bcbe449afa529932&aid=12" (view class:
"sfMail")
Sep 24 12:01:55 symfony [info] {sfController} action does not exist
-----------------
If I try without passing parameters to mailer action, it works so I
wonder how should I pass parameters to my mailer action...
Thanks in advance
C
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---