Hi all,
I wrote the code to send email using SMTP, but its not working proper, like destination mail reaching late or not getting the mail.
Can any one help me on sending email with other options like with out using smtp.
thank you..
Loading
Abhimanyu K VatsaPosted Jun 20, 2011, 4:37 AM
http://www.c-sharpcorner.com/Forums/Thread/127095/sending-emails-in-Asp-Net-without-smtp-server.aspx
Pankaj GogoiPosted Jun 20, 2011, 3:18 AM
Maybe your mail server is not working or the relaying is not happening for the mail to be delivered.
You can refer this link to send SMTP mail
http://www.codeproject.com/KB/aspnet/EasySMTP_package.aspx
Send Mail using the PickUp directory
http://www.systemnetmail.com/faq/4.7.aspx
Hope this helps