You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description Message-Id is a convenient (and robust) way to ensure a given transport actually accepted the request.
It has many use, from error-handling to logging through bounce handling.
Example
Mandrill stores the resulting Message-Id in result[0]['_id']
Amazon in result->get('MessageId');
...
It would be very useful to get a consistent access to this feature.