SMTP problem

  • Thread starter Thread starter J
  • Start date Start date
J

J

Hi, All,
I am using SMTP on my ASP.NET project to semd user email.
I did not got any error message at all, but user (myself) jaust cannot received
any email. Any suggestion?
Thanks in advance.
 
Maybe the email server you are using does not allow relaying.
This means that the user (you) must have an account on that server.
It might fail silently under this condition.
 
Back
Top