This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Optionally log the sending of e-mails (ENV variable) #1127
Closed
Description
We should log the sending of all automatically sent (e.g. rake task sent) e-mails using Rails.logger
to help debug future e-mail issues (e.g. #1125), but on larger instances this may prove to be prohibitive. Therefore, we should also introduce a configuration setting (via an ENV variable) that determines whether or not to log e-mails.
Activity