Skip to content

803 - Email Config

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

maml
{
  smtp_host: "smtp.flowery-smoke.biz"
  smtp_port: 25
  use_tls: true
  from_name: "Ernser - Nolan"
  from_email: "noreply@flowery-smoke.biz"

  # Rate limiting
  max_batch_size: 269
  retry_interval: 95
}

See Also