Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mailgun delivery-status 602 - too old

Tags:

smtp

mailgun

2 days ago I started to receive a new status code 602 from mailgun when retrieving events from its API

The returned response has

 "delivery-status": {
        "attempt-no": 8,
        "message": "Too old",
        "code": 602,
        "description": "",
        "session-seconds": 0
    }

What does "Too old" exactly mean here? I cant find any documentation on the error codes.

like image 230
Mathias F Avatar asked Apr 25 '19 08:04

Mathias F


1 Answers

Been going around with Mailgun support on this very issue.

602 is an internal error code that they generate when a message can not be delivered to the recipient. The error is generated after they have attempted to send the messsage for eight hours.

like image 200
tres Avatar answered Oct 18 '22 13:10

tres