Closed karim-elshendy closed 9 years ago
it was not an issue. I have already an exception listener for rendering customized error page on production environment. so the bundle do not sent emails in production. how can I solve this problem?
I did it by simply registering the ErrorNotifierBundle before my bundle which contains the exception listner
it works well on dev environment but it does not send any thing when I'm on prod environment. I have followed all installation and configuration steps and it still not working on production environment.
my current symfony version is 2.3.20