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
You may have mail spooling set. If it is a case you need to run:
php app/console swiftmailer:spool:send
to send spooled emails.
Check http://symfony.com/doc/master/cookbook/email/spool.html for more.