0

I have read the basic documentation in Laravel 5.0 for sending email using my gmail account, this is fine for testing but, how do I setup the credentials

username and password according to each user, I mean this cannot be static on config/email.php:

'username' => 'useremail@gmail.com',
'password' => 'password',

or I'm mistaken? or what is the correct way to deal with this? Thanks

erick.chali
  • 586
  • 1
  • 9
  • 22

2 Answers2

0

See the documentation. it might help https://laravel.com/docs/5.0/mail#configuration

Hasan Tareque
  • 1,761
  • 11
  • 21
0

The answer was on this post, this worked for me.

Community
  • 1
  • 1
erick.chali
  • 586
  • 1
  • 9
  • 22