/laravel-mail-smtp-doc

Laravel MAIL SMTP DOC For gmail,outlook,zoho.

MIT LicenseMIT

About Laravel MAIL SMTP DOC

Laravel MAIL SMTP DOC For gmail,outlook,zoho.

Doc:


  • 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
    

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

Security Vulnerabilities

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.

License

The iqbalhasan.dev Project is open-sourced software licensed under the MIT license.