Changed e-mail address for registration info mails
TODO: Make it a parameter maybe?
This commit is contained in:
parent
13d03100e4
commit
6cfae864a8
@ -60,7 +60,7 @@ class DefaultController extends Controller
|
||||
$message = \Swift_Message::newInstance()
|
||||
->setSubject('Új jelentkező')
|
||||
->setFrom('info@blueroses.hu')
|
||||
->setTo('nauryl@blueroses.hu')
|
||||
->setTo('info@blueroses.hu')
|
||||
->setBody($this->renderView('KekRozsakSecurityBundle:Email:new_registration.txt.twig', array('user' => $user)));
|
||||
$this->get('mailer')->send($message);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user