s-ichikawa/laravel-sendgrid-driver

Way to get SendGrid's Message ID

itailulu opened this issue · 2 comments

Is there any way to retrieve the message ID from SendGrid?

Hi, You can use Swift_Events_SendListener via registerPlugin.
see: https://github.com/s-ichikawa/laravel70/blob/master/app/Console/Commands/Mail/ApiSimple.php#L49

repat commented

@s-ichikawa Is there any way we can do this with the Symfony Mailer as well?