Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. .env
  2.  
  3. MAIL_DRIVER=smtp
  4. MAIL_HOST=smtp.gmail.com
  5. MAIL_PORT=587
  6. MAIL_USERNAME=myusername@gmail.com
  7. MAIL_PASSWORD="mypass"
  8. MAIL_ENCRYPTION=tls
  9.  
  10.  
  11. config/mail.php
  12.  
  13.  
  14. 'from' => ['address' => 'myusername@gmail.com', 'name' => 'Test'],
  15.  
  16. php artisan config:cache
  17. php artisan cache:clear
  18. php artisan config:clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement