Skip to content

206 - Email Config

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

maml
{
  smtp_host: "smtp.quarterly-chairperson.com"
  smtp_port: 25
  use_tls: true
  from_name: "Luettgen - Heathcote"
  from_email: "noreply@quarterly-chairperson.com"

  # Rate limiting
  max_batch_size: 399
  retry_interval: 42
}

See Also