Problem/Motivation
When application is in development mode, display_emails_as_messages is not enabled and Reroute Email is not configured, then Domino does not disable emails sending (basically, fallback behavior does not work). It's expected that Domino prevents such emails from going out.
Steps to reproduce
- Install Domino
- Set display_emails_as_messages to 0
- Set application_mode to 'development'
- Do not configure Reroute Email (keep it disabled)
- Send an email. It will be not disabled but sent as usual
Proposed resolution
Fix the bug!
Issue fork domino-3323954
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
spleshkaTests passed, merging.
Comment #5
spleshka