- 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