Skip to content

Put email sending behind a feature flag #106

Open
@aahnik

Description

@aahnik
  • We can have some environment variable called SEND_EMAILS ( or come up with a better naming convention)
  • in the central app config, read that env var
  • in the mailer module, in mailer service, inside sendMail, if that env var is false, don't add mail job to queue

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions