Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mailreader
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Extensions
  • mailreader
  • Merge requests
  • !4

Always show mail in database

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged mattwire requested to merge mattwire/mailreader:alwaysshowlog into 1.x Jun 07, 2022
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: alwaysshowlog