I am having trouble sending emails with symfony2 and swiftmailer. I am also a bit lost on how to debug this issue. Below is the code. First I am creating a form to display. On s
I often set the following configuration in config_dev.yml to -prevent- mails being sent during testing, maybe you have done the same and forgot?
If this is in config_dev.yml, set it to false:
swiftmailer: disable_delivery: true