Troubleshooting “Mailbox unavailable. The server response was: Access denied - Invalid HELO name” when sending email with SmtpClient

后端 未结 6 1509
南旧
南旧 2021-01-11 18:24

I have been trying to send an email by C#. I have Googled for various examples and have taken bits and pieces from each and from the standard code which everyone would most

6条回答
  •  北海茫月
    2021-01-11 18:54

    If you have a webmail client available and you see a cPanel logo it could be a setting there as well.

    We got the exception and asked our hosting company to go into:

    "Root WHM > Service Configuration > Exim Configuration Manager > Basic Editor > ACL Options"

    and set the Require RFC-compliant HELO setting to Off.

    This worked for us after fixing the next error:

    SMTP AUTH is required for message submission on port 587

    Source:

    https://serverfault.com/a/912351/293367

提交回复
热议问题