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
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