我设法创建了创建邮件枪webhooks的所有代码,以及许多其他东西,比如记录对本地数据库的响应。
在我的测试过程中,我会向yahoo & gmail发送电子邮件,当然,正如你所料,我在我平板电脑的雅虎应用程序上按了几次垃圾邮件按钮,以测试和验证我的代码记录的事件。
我的问题是,现在当我从被测试的域名发送到那个yahoo地址时,电子邮件永远不会到达我的收件箱和我读到的日志:
4.7.0 [TSS04] Messages from 159.135.140.82 temporarily deferred due to user complaints - 4.16.55.1; see https://postmaster.verizonmedia.com/error-codes查看mailgun报告的内容:
{
"severity": "temporary",
"tags": [
"issue 1",
"newsletter",
"2020"
],
"mailing-list": {
"list-id": "xyz101.mail.mysite.com",
"sid": "1634752",
"address": "xyz101@mail.mysite.com"
},
"storage": {
"url": "https://storage.eu.mailgun.net/v3/domains/mail.mysite.com/messages/AgEFucSTB0eaifXAHzlNKbRoSH0IddfpZA==",
"key": "AgEFucSTB0eaifXAHzlNKbRoSH0IddfpZA=="
},
"delivery-status": {
"tls": true,
"mx-host": "mx-eu.mail.am0.yahoodns.net",
"attempt-no": 1,
"description": "",
"session-seconds": 0.39575695991516113,
"retry-seconds": 600,
"code": 421,
"message": "4.7.0 [TSS04] Messages from 159.135.140.82 temporarily deferred due to user complaints - 4.16.55.1; see https://postmaster.verizonmedia.com/error-codes",
"certificate-verified": true
},
"recipient-domain": "yahoo.co.uk",
"id": "D5IqK77PRA29RvULyzXLsw",
"campaigns": [],
"reason": "generic",
"user-variables": {
"id": "15"
},
"flags": {
"is-routed": false,
"is-authenticated": true,
"is-system-test": false,
"is-test-mode": false
},
"log-level": "warn",
"timestamp": 1604915932.781863,
"envelope": {
"transport": "smtp",
"sender": "sales@mail.mysite.com",
"sending-ip": "159.135.140.82",
"targets": "blah-blah-blah@yahoo.co.uk"
},
"message": {
"headers": {
"to": "cent C. <blah-blah-blah@yahoo.co.uk>",
"message-id": "20201109095852.1.8EC4631A16DA1C10@mail.mysite.com",
"from": "mysite <sales@mail.mysite.com>",
"subject": "test_MailGunHttpClient_send_from_real_domain_with_tags_with_tracking_opens_and_clicks_with_unsubscribe_enabled_and_with_recipient_variables_visible_to_webhooks_to_mailing_list_of_access_type_readonly"
},
"attachments": [],
"size": 2130
},
"recipient": "blah-blah-blah@yahoo.co.uk",
"event": "failed"
}这条消息最终会变成severity: "permanent"。
你知道我如何在雅虎服务器上扭转这种行为,不接受我的电子邮件(*)吗?
(*)对于我在邮件枪设置的另一个域名,我会检查投递能力,因为我还没有点击从该域名登陆的电子邮件的垃圾邮件按钮
发布于 2020-11-13 20:27:36
看起来你的行为已经产生了一些影响,我们的一个帐户使用相同的IP的电子邮件被雅虎,美国在线等拦截。它开始没有任何原因与我们,收件人或电子邮件的内容(这是一个付费的时事通讯)。

https://stackoverflow.com/questions/64751734
复制相似问题