Mail sending
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, After sending an email from asp.net i got the following error message "the remote name could not be resolved" If anyone knows about this error ,pls help me Thanks Denny
-
Hi all, After sending an email from asp.net i got the following error message "the remote name could not be resolved" If anyone knows about this error ,pls help me Thanks Denny
The Domain name in the Sending mail is wrong or the credentials for the domain are not correct..! You have enter the correct smtp domain..!
SmtpClient ssd=new SmtpClient(DomainName,port);
Permission Problem..! May be thts the problemLatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.