We have a local server on which a web application is installed, this server is supposed to send mails from a mail whose SMTP is hosted at a hosting provider, but sends it fails.
Initially, the server sends the following error message:
550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1)
But we have disabled the "Require RFC-compliant HELO" option and we succeeded in sending emails but only to mails that belongs to the same domain.
For other destinations (eg GMAIL) the sending fails, the error message has changed and the server now sends the following message:
550-Please turn on SMTP Authentication in your mail client
Then we added the ip address of our local server in the SPF of the SMTP server but it did not work.
Thank you for helping us resolve this issue
Initially, the server sends the following error message:
550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1)
But we have disabled the "Require RFC-compliant HELO" option and we succeeded in sending emails but only to mails that belongs to the same domain.
For other destinations (eg GMAIL) the sending fails, the error message has changed and the server now sends the following message:
550-Please turn on SMTP Authentication in your mail client
Then we added the ip address of our local server in the SPF of the SMTP server but it did not work.
Thank you for helping us resolve this issue