/ Published in: Symfony
Expand |
Embed | Plain Text
$mailer = sfContext::getInstance()->getMailer(); sfContext::getInstance()->getConfiguration()->loadHelpers(array('Partial')); 'Test'); $message->setBody(get_partial('global/userMailPartial'), 'text/html'); $mailer->send($message);
You need to login to post a comment.
