This package might be of use: https://github.com/abishekrsrikaanth/mailto#send-postmark
You should be able to add a 3rd provider "Gmail" in /src/mailto/postmark
and use Swiftmailer to send in those cases.
As far as I know (I just had a quick look at the source), Laravel isn't geared to multiple providers at the same time, so you need to abstract it away like the package above does.
Please look at this project: https://github.com/kevinzheng/laravel-switchable-mail , just install and config it, it will automatically keep and switch different mail drivers at runtime.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community