luisdalmolin / laravel-mandrill-driver

Mandrill mail driver for Laravel for version 6+
MIT License
79 stars 38 forks source link

Added generic X-Message-ID in mail transport #14

Closed u12206050 closed 4 years ago

u12206050 commented 4 years ago

X-Message-ID contains the message id returned by Mandrill.

This PR adds the same functionality found in Laravel's Mailgun Transport.

"The X-Message-ID can be retrieved and used to keep track of upcoming triggered web-hook events from the same third-party."

therobfonz commented 4 years ago

Just going to run some tests locally and I release this for support starting with Laravel 7.