gmail的smtp问题

发布于 2024-09-24 11:42:00 字数 333 浏览 3 评论 0原文

我正在使用 gmail smtp 从我的网站发送电子邮件,但我注意到有些电子邮件被丢弃。我使用 Zend_Mail。对于大多数电子邮件来说,一切都按预期进行,但如果电子邮件的主题/正文有些可疑,则可能不会发送。例如:

如果我尝试发送这样的电子邮件:

主题(asdjkasdf kasdjf kdfasdjfksdf)和正文(askdjf Askjf asdf)

主题(SUBJECT)和正文(BODY)

那么gmail smtp将不会这样做。然而 Zend_Mail 返回 true。

是否有垃圾邮件过滤器或其他东西可以阻止此类电子邮件?我有什么选择?

I am using gmail smtp to send emails from my website, but i noticed that some emails are dropped. I use Zend_Mail. Everything works as it supposed to for most of the emails, but if an email's subject/body is somewhat questionable, then it might not be sent. For example:

If I try to send emails like this:

Subject (asdjkasdf kasdjf kdfasdjfksdf) and Body (askdjf askjf asdf)

OR

Subject (SUBJECT) and Body (BODY)

Then gmail smtp will not do it. Zend_Mail returns true however.

Is there a spam filter or something that blocks such emails? What are my options?

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

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

发布评论

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

评论(1

烟酉 2024-10-01 11:42:00

如果 SMTP 没有返回错误,则您的电子邮件已被有效发送。

我敢打赌问题是您在收件箱中看不到它,这可能是因为它在此之前被标记为垃圾邮件。

If the SMTP returns no error, then your emails has been effectively SENT.

I bet the problem is that you don't see it in your inbox, that could be because it's marked as spam before that happens.

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