Skip to content

3811 - Email Config

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

maml
{
  smtp_host: "smtp.uncomfortable-mentor.biz"
  smtp_port: 25
  use_tls: true
  from_name: "Ritchie, Dietrich and Abshire-McCullough"
  from_email: "noreply@uncomfortable-mentor.biz"

  # Rate limiting
  max_batch_size: 245
  retry_interval: 123
}

See Also