luisdalmolin / laravel-mandrill-driver

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

Allow sending with async = false #19

Closed amenk closed 3 years ago

amenk commented 3 years ago

Sending synchronously might come in handy in some cases to directly notice in Laravel whether a mail was not sent, without needing a webhook.

Are there plans to support that?

therobfonz commented 3 years ago

I personally have no plans to add it since I no longer use Mandrill, but would be happy to merge any PRs with support for it.