feat(mail): allow setting of mailer identifying name (#5363)

This commit is contained in:
David Wheatley
2022-06-11 04:15:00 +01:00
committed by GitHub
parent b78026e49f
commit 97a744556b
7 changed files with 19 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ module.exports = () => {
senderEmail: '',
host: '',
port: 465,
name: '',
secure: true,
verifySSL: true,
user: '',