feat: admin mail - send test email

This commit is contained in:
Nick
2019-06-08 00:07:30 -04:00
parent 17f9f0baa9
commit 40d224e8c0
9 changed files with 405 additions and 32 deletions

View File

@@ -23,6 +23,10 @@ type MailQuery {
# -----------------------------------------------
type MailMutation {
sendTest(
recipientEmail: String!
): DefaultResponse @auth(requires: ["manage:system"])
updateConfig(
senderName: String!
senderEmail: String!