- Issue created by @rodrigoaguilera
- Merge request !153Issue #3520007: Transports are limited to the set defined in drupal by the... → (Open) created by rodrigoaguilera
In the 1.x branch of the module to add a new transport is as easy as "composer require symfony/mailgun-mailer" but in 2.x the transports are limited by the services tagged as "mailer.transport_factory"
Run
composer require symfony/mailgun-mailer
Try to set a dsn with the mailgun scheme and send a test email.
An error appears:
The "mailgun+api" scheme is not supported
Allow Symfony mailer to register all the transports that are installed and then apply modifications. Remove the tagged services mechanism
Discuss the possible solution
Remove the "mailer.transport_factory" tag for services
Active
2.0
Code