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

@@ -49,6 +49,7 @@ module.exports = {
senderEmail: args.senderEmail,
host: args.host,
port: args.port,
name: args.name,
secure: args.secure,
verifySSL: args.verifySSL,
user: args.user,