Added a config setting that allows email to be piped to the log rather than pass through a mailserver that may or may not exist. Added a TODO test block.
This commit is contained in:
parent
4e7130bee0
commit
7901eb9642
3 changed files with 28 additions and 10 deletions
|
|
@ -161,6 +161,11 @@
|
|||
|
||||
# "emailOverride" : "joe@example.com",
|
||||
|
||||
# Set this value if you wish to bypass sending email to the mailserver alltogether.
|
||||
# This will instead pipe email messages to the log, removing them from the queue normally
|
||||
|
||||
# "emailToLog" : "1",
|
||||
|
||||
# By adding CIDR based subnets to the following array you can limit the
|
||||
# subnets by which users can turn admin mode on.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue