ASP.NET 相当于经典 ASP/CDOSYS 方法
编辑:这个想法是使用“localhost”作为服务器发送邮件而无需身份验证
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 right direction.
I am coding in C#.
Regards,
naveenj
Edit: The idea is to send mail using "localhost" as server without authentication
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SystemNetMail.com 应该有所帮助。
SystemNetMail.com should help.
ASP.NET 有一个很棒的 SMTP 库来发送电子邮件
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
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