2
Answers

how to send email with out using smtp

satheesh babu

satheesh babu

13y
1.5k
1
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..
Answers (2)
0
Abhimanyu K Vatsa

Abhimanyu K Vatsa

NA 50.9k 12.4m 13y
0
Pankaj Gogoi

Pankaj Gogoi

NA 91 0 13y
Hi

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