Laravel MAIL SMTP DOC For gmail,outlook,zoho.
-
For Gmail Use those line to your .env file
MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=465 MAIL_USERNAME=MyGoogleAccount MAIL_PASSWORD=MyGooglePassword MAIL_ENCRYPTION=ssl
-
For outlook Use those line to your .env file
MAIL_DRIVER=smtp MAIL_HOST=smtp-mail.outlook.com MAIL_PORT=587 MAIL_USERNAME=MyOutlookAccount MAIL_PASSWORD=MyOutlookPassword MAIL_ENCRYPTION=tls
-
For outlook Use those line to your .env file
MAIL_DRIVER=smtp MAIL_HOST=smtp.zoho.com MAIL_PORT=465 MAIL_USERNAME=MyZohoEmail MAIL_PASSWORD=MyZohoPassword MAIL_ENCRYPTION=ssl
iqbalhasan.dev Sponsors
We would like to extend our thanks to the following sponsors for funding iqbalhasan.dev development. If you are interested in becoming a sponsor, please email us info@iqbalhasan.dev
If you discover a security vulnerability within Laravel, please send an e-mail to IQBAL HASAN via info@iqbalhasan.dev. All security vulnerabilities will be promptly addressed.
The iqbalhasan.dev Project is open-sourced software licensed under the MIT license.