开发者

ASP.NET equivalent to Classic ASP/CDOSYS method

开发者 https://www.devze.com 2023-01-10 09:52 出处:网络
I know How to send e-mail messages by using CDOSYS and the local SMTP directory with Visual Basic .NET

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,

naveenj

Edit: 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

0

精彩评论

暂无评论...
验证码 换一张
取 消