Skip to content

3015 - Email Config

SMTP email service settings. This is an example of a MAML document.

maml
{
  smtp_host: "smtp.posh-alligator.org"
  smtp_port: 465
  use_tls: true
  from_name: "Dare, Johnston and Schowalter"
  from_email: "noreply@posh-alligator.org"

  # Rate limiting
  max_batch_size: 72
  retry_interval: 192
}

See Also