I would like to send an email with an attachment. Using smtp.office365.com
IN Production: ubuntu
smtp.office365.com - Laravel 5.
Expected response code 250 but got code "554", with message "554 5.2.0 STOR EDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message Cannot submit message.
IN Localhost :
Expected response code 250 but got code "530", with message "530 5.7.57 SMTP; Client was not authenticated to send anonymous mail during MAIL FROM [xxxxxx.xxxx.PROD.OUTLOOK.COM]"
.env
MAIL_DRIVER=smtp
MAIL_HOST=smtp.office365.com
MAIL_PORT=587
MAIL_USERNAME=xxx@org.io
MAIL_PASSWORD='xxxxx'
MAIL_ENCRYPTION=tls
via Chebli Mohamed
Check your from_name has the same to the mail_user name (its a mail server response - cannot have to differents account for from_name and mail_username)
RépondreSupprimer