0
我們正在向SES發送電子郵件。AWS SES處理延遲
某些用戶的電子郵件似乎有延遲。對於其他用戶,電子郵件幾乎立即到達。我打開通知,並可以看到processingTimeMillis
是非常高的一些電子郵件:
{
"notificationType": "Delivery",
"mail": {
"timestamp": "2016-04-14T14:02:50.000Z",
"source": "[email protected]",
"sourceArn": "...",
"sendingAccountId": "884660938610",
"messageId": "...",
"destination": ["[email protected]"]
},
"delivery": {
"timestamp": "2016-04-14T14:19:29.072Z",
"processingTimeMillis": 999072,
"recipients": ["[email protected]"],
"smtpResponse": "250 [email protected] Received OK",
"reportingMTA": "abcdef.smtp-out.us-west-2.amazonses.com"
}
}
我在網上看了四周,但一直沒能看到什麼可能導致這些類型的延遲。
電子郵件地址和域名均已驗證。
我已經從上面刪除了帳戶特定的信息。處理時間值沒有改變。
您是否看到交付花費很長時間的域名模式?它可能是郵件服務器/中繼速度較慢 – Mircea
目前爲止還沒有可見的模式,我正在關注它,但它似乎是隨機的...... – timothyclifford
這是否發生在組織內的特定帳戶,還是隨機發生給隨機用戶? – hephalump