Guest User

Untitled

a guest
Jul 16th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Connection could not be established with host smtp.gmail.com...
  2.  
  3. 'driver' => 'smtp',
  4. 'host' => 'smtp.gmail.com',
  5. 'port' => 587,
  6. 'from' => [
  7. 'address' => "myemail@gmail.com",
  8. 'name' => "My website name",
  9. ],
  10. 'encryption' => "ssl",
  11. 'username' => "myemail@gmail.com",
  12. 'password' => "apppassword",
  13. 'sendmail' => '/usr/sbin/sendmail -bs',
  14. 'markdown' => [
  15. 'theme' => 'default',
  16.  
  17. 'paths' => [
  18. resource_path('views/vendor/mail'),
  19. ],
  20. ],
Add Comment
Please, Sign In to add comment