@m4verick Is that the real email? Is that exist?
Your email configuration is confusing also!
Hello everyone , I am facing a problem with sending an email from my laravel app. When i test it locally , it works perfectly . but in production it throws me this error :
Failed to send email: Expected response code "250/251/252" but got code "554", with message "554 5.7.1 <[email protected]>: Recipient address rejected: Sender is not same as SMTP authenticate username".
This is my .env file configuration :
MAIL_MAILER=smtp
MAIL_HOST=myhost
MAIL_PORT=465
MAIL_ENCRYPTION=tls
[email protected]
MAIL_PASSWORD=mypassword
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"
Can anyone give me an idea. Thanks in advance .
Please or to participate in this conversation.