asp.net发送所有邮件 [英] asp.net send all mails

查看:78
本文介绍了asp.net发送所有邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从我们的应用程序发送asp.net中的所有邮件?每个人都只说一封邮件,也不能说吗?

how to send all mail in asp.net from our application ? everybody saying only one mail not also pls can anybody say how?

推荐答案

没有批量电子邮件功能,您需要一次发送一个.如果您要发送的内容很多,那么页面生命周期就不那么适合了,我会使用Windows服务来调用繁重的工作.
There is no bulk email functionality, you need to send them one at a time. If you have a lot to send, a page lifecycle is not the place to do it, I''d use a windows service I could call to do the heavy lifting.


这里是链接,该链接说明了如何发送全部"邮件:)

C#代码片段,用于从中发送带有附件的电子邮件Outlook,Yahoo,HotMail,AOL和Gmail [
Here is the link which explains how to send your ''all'' mail :)

C# Code snippet to send an Email with attachment from Outlook, Yahoo, HotMail, AOL and Gmail[^]


这篇关于asp.net发送所有邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆