Cakephp 电子邮件将成为垃圾邮件

发布于 2024-10-03 07:35:30 字数 73 浏览 0 评论 0原文

我正在使用 cakephps 电子邮件功能发送电子邮件。电子邮件发送正确,但会进入垃圾邮件文件夹。

有人可以建议吗?

I am sending email using cakephps email function. The email sends correctly but it is going to the spam folder.

Can anyone sugggest?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

穿透光 2024-10-10 07:35:30

原因可能有很多:

  • 电子邮件的内容看起来像垃圾邮件(少量文本中包含大量链接、过多的字母数字乱码、某些常见的垃圾邮件单词)
  • 您发送电子邮件的服务器已被列入黑名单
  • 电子邮件的格式不正确(因此,在您的情况下,请检查您是否完全正确地使用了 CakePHP 的电子邮件功能)

我会尝试发送一封长度合适、没有任何链接的常规电子邮件,就像您正在给朋友写信一样,然后查看如果是内容问题。如果您发送电子邮件的服务器已被识别为垃圾邮件源并被 ISP 列入黑名单,则您无法对此进行太多更改。

There can be many causes:

  • The email's content looks like spam (lots of links within a little amount of text, too much alpha-numeric gibberish, certain common spam words)
  • The server from which you're sending the emails has been black-listed
  • The email is not properly formatted (so in your case, check that you're using CakePHP's email function fully correctly)

I would try to send a good length, regular email without any links, as if you were writing to a friend, and see if it's a content issue. If the server you're emailing from has been identified as a source of spam and is black-listed by an ISP, there's not a whole lot you can change about that.

半暖夏伤 2024-10-10 07:35:30

这可能是由于您的邮件内容而发生的。
检查您的邮件内容是否包含垃圾邮件过滤器计数的内容。

It can happen due to your mail content.
Check your mail contents that contain somethings that spam filter count.

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