feat(mail): allow setting of mailer identifying name (#5363)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user