Closed
Description
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.