Re: [symfony-users] Using Swift_Mailer in sf 1.4

2010-05-27 Thread Susan Lau
If I see it correct, the array for the address supposed to be the other way around. $mail = $this->getMailer()->compose( array($sender_email => $sender_name), // from array($sender_email => $sender_name), // to $subject, $message ); NOOVEO - Christophe Brun wr

[symfony-users] Using Swift_Mailer in sf 1.4

2010-05-27 Thread NOOVEO - Christophe Brun
Ladies & gentlemen, I'm stuck with some configuration issue (at least I guess it is one...). I sent mails with the sfDoctrineApplyPlugin when a user registers, the plugin uses ZendMail by default and things work as expected. In another module, I sue the default mailer for the application, he