You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8000
{{ message }}
This repository was archived by the owner on Feb 6, 2022. It is now read-only.
My question is : is it a way to handle custom url bind on custom SwiftMailer transport in swiftmailer-bundle or we have to handle this into our bundle and use classic configuration transport: mailjet?
You can use a service id in transport field, but you should have no env vars in other config fields, so you have to put credentials directly into your transport service which is a hachish workaround.
8000
Hello,
I would like to handle MAILER_URL with Mailjet library such as
mailjet://apikey:apisecret@api.mailjet.com/v3
.I looked into https://github.com/symfony/swiftmailer-bundle/blob/master/DependencyInjection/SwiftmailerTransportFactory.php and it seems that we only can use
smtp
,sendmail
,gmail
ornull
.My question is : is it a way to handle custom url bind on custom SwiftMailer transport in swiftmailer-bundle or we have to handle this into our bundle and use classic configuration
transport: mailjet
?Thanks in advance!
Related: mailjet/mailjetBundle#7
The text was updated successfully, but these errors were encountered: