Everything in the title! Just want to know if it's possible or not to change the mail subject, I'm working with Symfony2.6 and the Elao\ErrorNotifierBundle to send error mails in the prod environment.
Thanks!
It doesnt look like there's an option to change the e-mail subject. However you can manually change the subject to your liking, in the Notifier class.
https://github.com/Elao/ErrorNotifierBundle/blob/master/Listener/Notifier.php#L306