Way to get SendGrid's Message ID
itailulu opened this issue · 2 comments
itailulu commented
Is there any way to retrieve the message ID from SendGrid?
s-ichikawa commented
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?