PickupDirectoryFromIis、Sender 属性和 SMTP MAIL FROM 信封
当您使用 System.Net.Mail 发送电子邮件时,您可以使用 MailMessage.Sender 属性设置 SMTP MAIL FROM 信封。
如果将 smtp 网络 deliveryMethod
属性设置为“网络”,则使用“发件人”值设置 MAIL FROM 信封。
如果将 smtp 网络 deliveryMethod
属性设置为“PickupDirectoryFromIis”,则 MAIL FROM 信封将使用 MailMessage.From
属性而不是 Sender 属性。
出于性能考虑,我需要将 PickupDirectoryFromIis 保留为我的 deliveryMethod
。
有什么建议如何保留 SMTP MAIL FROM 信封所需的值吗?
提前致谢。
When you send an email using System.Net.Mail
you can set the SMTP MAIL FROM envelope by using the MailMessage.Sender
Property.
If you set the smtp network deliveryMethod
property to be "Network", the MAIL FROM envelope is set using the Sender value.
If you set the smtp network deliveryMethod
property to be "PickupDirectoryFromIis", the MAIL FROM envelope uses the MailMessage.From
property instead of the Sender one.
I need to keep PickupDirectoryFromIis as my deliveryMethod
for performance concern.
Any suggestion how to keep the value I need for the SMTP MAIL FROM envelope?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你使用:
??
What about if you use:
??
报告为错误:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback。 aspx?FeedbackID=483878
Reported as a bug:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483878