Guest User

Untitled

a guest
Dec 11th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. MAIL_DRIVER=smtp
  2. MAIL_HOST=smtp.sendgrid.net
  3. MAIL_PORT=25 //i tried 587 and 2525 as well , all ports are opened
  4. MAIL_USERNAME= sendgridusername //i tried base64 encoded apikey
  5. MAIL_PASSWORD = sendgridpassword //i tried base64 encoded genarate api key
  6. ....
Add Comment
Please, Sign In to add comment