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

@@ -18,6 +18,7 @@ mutation (
senderEmail: $senderEmail,
host: $host,
port: $port,
name: $name,
secure: $secure,
verifySSL: $verifySSL,
user: $user,

View File

@@ -5,6 +5,7 @@
senderEmail
host
port
name
secure
verifySSL
user