Symfony has a nice mailing system provided as a plug-and-play package, but sometime some tweaks are needed.
The swiftmailer do not fire exceptions, instead the send(message)
method returns the number of successful recipients that can be zero (representing an issue). However, another sent method exists: sent(message, failedRecipients)
which returns the list of failed email addresses.