clarification / sendgrid-laravel-driver

11 stars 7 forks source link

Adding Swift SendListener events to fire in sending #4

Closed ruwan800 closed 6 years ago

ruwan800 commented 6 years ago

Made SendgridTransport send method to fire events in Swift_Events_SendListener so it is possible other plugins to modify the content of the message. (eg: I wanted to use fedeisas/laravel-mail-css-inliner as a plugin to modify the message before sending it.)