Actions
Feature #96033
openAdd configuration for mail server failover
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-11-18
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
As stated in the Symfony docs (https://symfony.com/doc/current/mailer.html#high-availability) it is possible, to add a failover configuration for mail servers:
Symfony's mailer supports high availability via a technique called "failover" to ensure that emails are sent even if one mailer server fails. A failover transport is configured with two or more transports and the failover keyword: MAILER_DSN="failover(postmark+api://ID@default sendgrid+smtp://KEY@default)" The failover-transport starts using the first transport and if it fails, it will retry the same delivery with the next transports until one of them succeeds (or until all of them fail).
It would be nice, to have this option configurable in TYPO3 as well.
Actions