Skip to content

Always show mail in database

mattwire requested to merge mattwire/mailreader:alwaysshowlog into 1.x

A common use-case for me is to:

  1. Redirect email to database.
  2. Perform some action (eg. bulk create user records).
  3. 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.

Merge request reports