feat(mail): allow setting of mailer identifying name (#5363)
This commit is contained in:
@@ -103,6 +103,7 @@ module.exports = () => {
|
||||
senderEmail: '',
|
||||
host: '',
|
||||
port: 465,
|
||||
name: '',
|
||||
secure: true,
|
||||
verifySSL: true,
|
||||
user: '',
|
||||
|
||||
Reference in New Issue
Block a user