Skip to content
This repository was archived by the owner on Aug 13, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 479 Bytes

File metadata and controls

7 lines (4 loc) · 479 Bytes

Laravel Mail Failover

!!!ARCHIVED!!!: A PR with the same functionality was merged into Laravel 8.x. The PR is available here: laravel/framework#38344

A service provider for Laravel which registers Swift_FailoverTransport. Swift_FailoverTransport accepts a list of transports and provides graceful fallback if one transport fails.

This feature was already requested in 2014 but it was declined.