3

I'm using two swiftmailer services, one as a spool and one for instant mails, as described here How to define an additional mailer service to use the spool and send instant emails in Symfony2

But now my settings in config_dev.yml

swiftmailer:
    delivery_address: test@test.com

only work for the service using spool.

Update:
So I looked around on github and found this, it should be possible but I don't understand how I have to configure my service.

Community
  • 1
  • 1
Juburin
  • 133
  • 1
  • 8
  • Have you tried: `instant_mailer.delivery_address: test@test.com`? – james_t Mar 27 '13 at 16:05
  • yeah that's not working – Juburin Mar 27 '13 at 16:26
  • 1
    I don't think it's possible. That parameter is part of the configuration of SwiftMailerBundle and not exposed to the service any where I can find. – james_t Mar 28 '13 at 04:06
  • When browsing PRs and comments in the Symfony community I don't see evidence that this is truely working. Could you post a sample configuration on how you achieved this if you could? Thank you. – Vincent Pazeller Sep 09 '14 at 15:39

0 Answers0