Contact Us Page

后端 未结 1 437
余生分开走
余生分开走 2021-01-29 09:03

I have a Contact Us page that is not working. there is this error:

System.Net.Mail.SmtpException: Mailbox unavailable. The server response was: From dom

1条回答
  •  孤街浪徒
    2021-01-29 09:34

    The error states the problem From domain must match authenticated domain you can't set the from address to the users email address, this would require an open relay mail server. Use the same from address that you used to do authentication

    0 讨论(0)
提交回复
热议问题