Skip to content

1002 - Email Config

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

maml
{
  smtp_host: "smtp.cheerful-in-joke.net"
  smtp_port: 587
  use_tls: true
  from_name: "Macejkovic and Sons"
  from_email: "noreply@cheerful-in-joke.net"

  # Rate limiting
  max_batch_size: 270
  retry_interval: 104
}

See Also