From: GitHub <no...@gi...> - 2016-06-05 22:58:33
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 0bb3cfb13e33ba89ab1c88019a1cc18f21e34faf https://github.com/mantisbt/mantisbt/commit/0bb3cfb13e33ba89ab1c88019a1cc18f21e34faf Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M core/email_api.php Log Message: ----------- Enhance logging to show debug email when used Prior to this, when using an invalid address, user would not see a clear indication in the log file that the debug email was being used, resulting in confusion caused by the error message generated by email_send(). This commit adds a LOG_EMAIL_VERBOSE entry clearly showing when the debug email address is used. Fixes #20679 |