发送邮件给多个收件人 [英] Send mail to multiple recipients

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

问题描述

我想在从数据库获取电子邮件地址的同时向多个收件人发送邮件.我还想附加文件并从以下位置获取文件:

I want to send a mail to multiple recipients while getting the e-mail addresses from the database. I also want to attach files and getting the file from:

<asp:file upload="" field="" xmlns:asp="#unknown"></asp:file>


请帮助我.


Please help me.

推荐答案

也许此链接会为您提供帮助
http://en.w3support.net/index.php?db=so&id=80653 [^ ]
Maybe this link will help you
http://en.w3support.net/index.php?db=so&id=80653[^]




在后面的代码中添加这样的代码


Hi,

In the code behind add the code like this


For each email in strToAddresses   
     email.to.add(email)   
Next


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

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