feat: send mailings over MailJet smtp in dedicated worker process
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
framework:
|
||||
mailer:
|
||||
dsn: '%env(MAILER_DSN)%'
|
||||
# "main" has to stay first: it is the transport every mail without an explicit
|
||||
# X-Transport header goes out over, which is all of them apart from the teamer
|
||||
# mailing. Reordering this quietly moves the whole application to Mailjet.
|
||||
transports:
|
||||
main: '%env(MAILER_DSN)%'
|
||||
mailing: '%env(MAILING_MAILER_DSN)%'
|
||||
|
||||
Reference in New Issue
Block a user