Hi!
I have created an account smtp@example.com in my mail server to send email also created an aliase to set from address my .env configured like blow
MAIL_DRIVER=smtp
MAIL_HOST=mail.example.com
MAIL_PORT=465
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=no-reply@example.com
MAIL_USERNAME=smtp@example.com
MAIL_PASSWORD=SomeExamplePass@word
I have created no-reply@example.com
as mail aliase,
why mailer try to authorise no-reply@example.com
?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community