Setting up Symfony to use Exim instead of Sendmail
By default Symfony uses Sendmail mail transfer agent to prepare emails to be sent out by the system. If you want to use Exim instead, you need to:
Read more about Setting up Symfony to use Exim instead of Sendmail »