Always show mail in database
A common use-case for me is to:
- Redirect email to database.
- Perform some action (eg. bulk create user records).
- Re-activate outbound email.
This means I can be sure that email will not go out when I'm performing such action. But I want to switch back to sending email as soon as I can. Then I want to review the mail that was blocked but I can't because this extension does not show the mail in the database if that is not the current setting.
This PR still shows the warning that you are not redirecting to database but it does also show you the email in the database.