CC-3110 : Password reset
This commit is contained in:
parent
52b0e3c5f9
commit
53d504f26e
3 changed files with 9 additions and 6 deletions
|
@ -25,7 +25,7 @@ class Application_Model_Email {
|
|||
$mail = new Zend_Mail('utf-8');
|
||||
$mail->setSubject($subject);
|
||||
$mail->setBodyText($message);
|
||||
$mail->setFrom(isset($from) ? $from : 'naomiaro@gmail.com');
|
||||
$mail->setFrom(isset($from) ? $from : 'naomi.aro@sourcefabric.org');
|
||||
|
||||
foreach ((array) $tos as $to) {
|
||||
$mail->addTo($to);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue