Skip to content

Instantly share code, notes, and snippets.

@DDiimmkkaass
Last active December 13, 2017 00:05
Show Gist options
  • Select an option

  • Save DDiimmkkaass/99eabbc45a21a226844eb046866cf143 to your computer and use it in GitHub Desktop.

Select an option

Save DDiimmkkaass/99eabbc45a21a226844eb046866cf143 to your computer and use it in GitHub Desktop.

Revisions

  1. DDiimmkkaass revised this gist Dec 13, 2017. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Laravel + Gmail
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,8 @@
    https://myaccount.google.com/lesssecureapps?pli=1
    need 2 factor authorization
    https://myaccount.google.com/apppasswords

    MAIL_DRIVER=sendmail
    MAIL_DRIVER=smtp
    MAIL_HOST=smtp.gmail.com
    MAIL_PORT=587
    MAIL_FROM_ADDRESS=support@support.com
  2. DDiimmkkaass created this gist Dec 12, 2017.
    10 changes: 10 additions & 0 deletions Laravel + Gmail
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    https://myaccount.google.com/lesssecureapps?pli=1

    MAIL_DRIVER=sendmail
    MAIL_HOST=smtp.gmail.com
    MAIL_PORT=587
    MAIL_FROM_ADDRESS=support@support.com
    MAIL_FROM_NAME=SUPPORT
    MAIL_USERNAME=
    MAIL_PASSWORD=
    MAIL_ENCRYPTION=tls