ASP.NET - 从与 SMTP 凭据不同的域发送邮件?

发布于 2024-10-12 12:59:17 字数 139 浏览 3 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

简单 2024-10-19 12:59:17

您可以指定任何您想要的地址作为发件人地址!但是,这可能会使您的邮件更有可能成为垃圾邮件或被垃圾邮件防火墙阻止。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文