如何将 mysites 邮件添加到白名单?
目前我正在开发一个网站。在这个网站中我可以选择发送邀请。当我发送邀请时,它会进入垃圾邮件文件夹。我如何将我网站的邮件发送到收件箱。我是否需要将流量添加到白名单中?或者是还有其他方法可以直接将电子邮件发送到收件箱。我的网站是用 PHP 开发的......提前致谢......
Currently I am developing a website.In this I have the option to send invittion.When I send the Invitation it going to spam folder.How can I send my site's mails to Inbox.Whether I nedd the trafic to add into whitelist?Or is there anyother way to make to directly send the email to Inbox.My site is developed in PHP......Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这很可能是由于您设置标题的方式所致。为了减轻发送电子邮件的痛苦,我通常推荐 Swiftmailer。
Most likely it's due to how you are setting your headers. To ease the pain of sending emails, I generally recommend Swiftmailer.
发件人地址和回复地址应与服务器域名匹配,或者更好的是,从您的域的 MX 记录指定的服务器发送邮件。
The from and reply-to addresses should match the server domain name, or even better, send the mail from the server specified by your domain's MX record.