ASP.NET - 从与 SMTP 凭据不同的域发送邮件?
使用 MailClient 发送电子邮件时,是否可以将 .From 属性用于与传递到 SMTP 服务器的凭据不同的域的电子邮件?例如,我传入的凭据是@mydomain.com,但.From电子邮件是@anotherdomain.com。或者,它们必须相同吗?谢谢。
When sending email using MailClient, is it possible to have the .From property be for an email of a different domain than the credentials passed to the SMTP server? E.g., my credentials passed in are @mydomain.com, but the .From email is @anotherdomain.com. Or, must they be the same? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以指定任何您想要的地址作为发件人地址!但是,这可能会使您的邮件更有可能成为垃圾邮件或被垃圾邮件防火墙阻止。
You can specify anything you want as the From address! However it might make it more likely that your message winds up in spam or blocked by a spam firewall.