我使用Swift Mailer和Symfony 2.8并拥有许多捆绑(每个网站1个)。 我正在使用多个网站symfony / apps / site1,symfony / apps / site2等...
在config.yml中我没有swiftmailer.delivery_address,因为在我的所有ContactHandler中我手动设置了Swift_Message :: newInstance() - > setTo()
在config_dev.yml我有swiftmailer.delivery_address:charly@toto.com
考虑到所有网站都使用www.webiste.com/浏览(总是没有app_dev.php),有时我会收到charly@toto.com上的电子邮件。
有人可以解释这种行为吗?
在每个config.yml(每个网站1个)
swiftmailer:
transport: "smtp"
host: "SSL0.OVH.NET"
username: "postmaster@mysite.com"
password: "**************"
在我的主config_dev.yml
中swiftmailer:
delivery_address: charly@toto.com