Skip to content

1604 - Email Config

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

maml
{
  smtp_host: "smtp.cruel-pants.org"
  smtp_port: 25
  use_tls: true
  from_name: "Connelly - Stark"
  from_email: "noreply@cruel-pants.org"

  # Rate limiting
  max_batch_size: 189
  retry_interval: 93
}

See Also