sendmail function shows:Syntax error, command unrecognized. The server response was:

Posted by Ranjana on Stack Overflow See other posts from Stack Overflow or by Ranjana
Published on 2010-04-09T11:38:39Z Indexed on 2010/04/09 11:43 UTC
Read the original article Hit count: 924

Filed under:
|
|

while sending mail from particular id i get this error,for rest of all id's its working fine, wat was the prob over here..

Syntax error, command unrecognized. The server response was: status code :0

stack trace:

at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(IAsyncResult result) at System.Net.Mail.SmtpClient.ConnectCallback(IAsyncResult result)


Brief:

System.Net.Mail.SmtpException: Syntax error, command unrecognized. The server response was: at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(IAsyncResult result) at System.Net.Mail.SmtpClient.ConnectCallback(IAsyncResult result)


pls help me out..

© Stack Overflow or respective owner

Related posts about email

Related posts about c#