开发者

Ways to send (SMTP) email through ASP.net web applications

开发者 https://www.devze.com 2023-01-31 21:57 出处:网络
Like there are many roads开发者_开发问答 to Rome, there are also many ways to send an email from an ASP.NET application. When using just the SMTP protocol, which frameworks and libraries do exist that

Like there are many roads开发者_开发问答 to Rome, there are also many ways to send an email from an ASP.NET application. When using just the SMTP protocol, which frameworks and libraries do exist that would allow sending emails from a web application?

I'm not interested in a single solution but would like a list of useful (or useless) alternatives. But only alternatives that use SMTP, with or without additional authentication and/or SSL.


The standard System.Net.Mail namespace has all you need to send out e-mails from an ASP.NET application. Check the MSDN documentation for details.

For further details and intros, see:

  • Scott Gu's blog post
  • A site specifically dedicated to System.Net.Mail

There's a gazillion of other, freeware and commercial, libraries for sending mails (just consult Google or google it with Bing) - but typically, unless you have very specific / odd needs, System.Net.Mail components should be just fine, really.

0

精彩评论

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

关注公众号