Skip to content

201 - Email Config

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

maml
{
  smtp_host: "smtp.snarling-wilderness.com"
  smtp_port: 465
  use_tls: true
  from_name: "Fahey - Hudson"
  from_email: "noreply@snarling-wilderness.com"

  # Rate limiting
  max_batch_size: 154
  retry_interval: 116
}

See Also