ASP.NET equivalent to Classic ASP/CDOSYS method
I know How to send e-mail messages by using CDOSYS and the local SMTP directory with Visual Basic .NET
Is that method obslete in ASP.NET? If so, what is the new method? Please guide me in the 开发者_StackOverflow中文版right direction. I am coding in C#. Regards, naveenjEdit: The idea is to send mail using "localhost" as server without authentication
SystemNetMail.com should help.
ASP.NET has a wonderful SMTP library to send email
http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx
https://web.archive.org/web/20211016215613/http://www.4guysfromrolla.com/webtech/080801-1.shtml
http://www.aspheute.com/english/20000918.asp
精彩评论