Skip to main content

Cloud APIM - Mailer endpoint

cp:otoroshi_plugins.com.cloud.apim.otoroshi.plugins.mailer.MailerEndpoint

This plugin provide an endpoint to send email using SMTP

official documentation from otoroshi manual

categories:

  • Mailing
  • Cloud APIM

default configuration:

{
"host" : "",
"port" : null,
"user" : null,
"password" : null,
"auth" : false,
"starttls_enabled" : false,
"smtps" : true,
"max_retries" : 5
}