问题描述
我设法创建了所有代码,这些代码创建了mailgun webhooks,以及许多其他功能,例如记录对本地数据库的响应。
在测试期间,我会向yahoo&gmail发送电子邮件,当然-正如您所期望的那样-我按了几次平板电脑的yahoo应用中的垃圾邮件按钮,以测试和验证用我的代码记录的事件。
我的问题是,现在,当我从被测域发送到该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
查看邮枪的报告:
{
"severity": "temporary","tags": [
"issue 1","newsletter","2020"
],"mailing-list": {
"list-id": "xyz101.mail.mysite.com","sid": "1634752","address": "[email protected]"
},"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": "[email protected]","sending-ip": "159.135.140.82","targets": "[email protected]"
},"message": {
"headers": {
"to": "cent C. <[email protected]>","message-id": "[email protected]","from": "mysite <[email protected]>","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": "[email protected]","event": "Failed"
}
此消息最终将变为severity: "permanent"
。
您知道如何在不接受我的电子邮件(*)的Yahoo服务器上扭转这种行为吗?
(*)对于我在Mailgun设置的另一个域,我没有检查从该域发送的电子邮件的垃圾邮件按钮,因此检查了可传递性