Expected response code 250 but got code "550", with message "550 5.7.1 Client does not have permissions to send as this sender "
Hi everyone.
I am trying to send email with using relay mail server with smtp method in laravel 5, but I am getting this error:
Laravel 5 Swift_TransportException “550 5.7.1 Client does not have permissions to send as this sender
I'am hosting Centos server.When doing telnet in the server like this:
Connected to relay.*****. Escape character is '^]'. 220 MSEXCFE04.***** Microsoft ESMTP MAIL Service ready at Wed, 11 Jan 2017 14:11:25 +0300 mail from:test@***.com 503 5.5.2 Send hello first
After this doing HELO server sending mail.
But in laravel I am getting trouble with above error.
How can I fix this error?
Thanks
Please or to participate in this conversation.