Skip to content

[Mailer] SentMessage->getMessageId() #33681

Closed
@drzraf

Description

@drzraf

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions