Skip to main content

testSMTPEmail

Test if the SMTP connection details are correct.

Input

smtpTestInput

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"
})
}

Export This Article

Save a copy of this page as PDF or plain text.