我成功地创建了所有创建mailgun Webhook的代码,以及许多其他东西,比如记录对本地数据库的响应。
在我的测试中我给雅虎发邮件
我的问题是,现在当我从测试域发送到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"
}
这个消息最终会变成严重性:"永久的"
。
任何想法,我可以扭转这种行为在雅虎服务器不接受我的电子邮件(*)?
(*)对于另一个域名,我在邮件枪设置我检查交付能力,因为我没有点击垃圾邮件按钮从该域名登陆的电子邮件
看起来你的行为引起了一些反响,来自我们一个使用相同IP的帐户的电子邮件被Yahoo、Aol等阻止,并且它的开始与我们、收件人或电子邮件内容无关(这是一份付费时事通讯)。