Added option to set default options for nodemailer
This commit is contained in:
parent
57c6e0ae79
commit
170b60f9a0
3 changed files with 42 additions and 2 deletions
|
@ -105,3 +105,7 @@ enabled=false
|
|||
port=5699
|
||||
# allow connections from localhost only
|
||||
host="127.0.0.1"
|
||||
|
||||
# extra options for nodemailer
|
||||
[nodemailer]
|
||||
#textEncoding="base64"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue