English 中文(简体)
发送多个接收者,每一方显示“:”
原标题:Emailing multiple recipients, each showing up as the "To:"

I am making an application in which I want to send email to multiple recipients.

在发出电子邮件时,我要求用户电子邮件显示每个用户的地址是“To:”地址,而用户无法看到对方地址。

我不能使用“BCC:”因为它不会显示地址。

现在使用假装发送这些电子邮件。 我想知道,如果我没有机会这样做,是否还有其他解决办法。

Like if I have 100 or 10000 email address to whom I want to send email the page will take a lot of time I am using .net only Please donot suggest about sending from SQL SERVER

问题回答

要么显示自己的电子邮件地址为收受者,要么对所有实际受援者采用收受办法,要么不得不寄发单封电子邮件。

我认为,这是唯一的途径。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签