Laravel use Sendmail with Postfix and a Fallback – custom mailer
There are times when you’d like to use sendmail instead of services like Mailgun, given their pricing. For example, when ordering a VPS at TransIP, they will give you 1000 free mail sends at the moment of writing. Unfortunately, Laravel’s fallback doesn’t support it when Postfix is down. That is why I + GPT wrote […]
Laravel use Sendmail with Postfix and a Fallback – custom mailer Read More »