testSMTPEmail
Test if the SMTP connection details are correct.
Input
Return Type
AWSJSON — contains response metadata with HTTP status code.
Example
mutation TestSMTP {
testSMTPEmail(input: {
host: "smtp.example.com"
port: 587
username: "user@example.com"
password: "smtp-password"
})
}
Related
- updateGroupMember — set SMTP settings on a member