I was wondering if their is a new way to do $this-sendMail('module',
'action'); in symfony1.1.  When doing that I get an error that it
doesn't exist.  I saw that I can do $this->getControoler()-
>sendEmail() but that throws a deprecation error.  So i used $this-
>getController()->getPresentationFor('module', 'action', 'sfMail');

This does not error, but I don't believe it's working either.  So any
help would be greatly appreciated.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" 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-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to