Answer the question
In order to leave comments, you need to log in
How to properly configure mail in Laravel (4.2)?
app/config/mail.php:
'driver' => 'smtp',
'host' => 'mail.mydomain.com',
'port' => 25,
'from' => array('address' => '[email protected]', 'name' => 'MyDomain'),
'encryption' => 'tls',
'username' => '[email protected]',
'password' => 'mypass',
'sendmail' => '/usr/sbin/sendmail -bs',
'pretend' => false,
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question