Support the ongoing development of Laravel.io →
posted 9 years ago
Configuration
Last updated 1 year ago.
0

Founded

   $config = array(
                    'driver' => 'smtp',
                    'host' => 'smtp.mail.com',
                    'port' => 587,
                    'from' => array('address' => null, 'name' => null),
                    'encryption' => 'tls',
                    'username' => '[email protected]',
                    'password' => 'yourpass',
                    'sendmail' => '/usr/sbin/sendmail -bs',
                    'pretend' => false
                );
        Config::set('mail',$config);
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

closca closca Joined 9 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.