PHPnews.io

Overview for 'jenssegers'






Laravel SMTP driver vs. API drivers

Written by jenssegers.be / Original link on Nov. 17, 2017

After Mandrill changed their pricing model, I (as well as many others) started exploring different transactional email services. Laravel only supports a couple providers out of the box, but what about the others? All Laravel mail drivers are managed by a core TransportManager, but it was a pain in…