Hello, I am able to send the email right, the only problem is that in addition to these settings that you mentioned, which are already done, it is still necessary to do the configuration in the file . env, e la deve ser colocar estes dados.
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=email@gmail.com
MAIL_PASSWORD=Senha123
MAIL_ENCRYPTION=tls
The sender email will always be the placed MAIL_USERNAME=email@gmail.com , is what I need to leave according to the logged in user, and do not have to paste a fixed email there.
Using which version of the Laravel ?
– Joan Marcos
Hello, the version is 5.5.36
– Lorena