Skip to content

1315 - Email Config

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

maml
{
  smtp_host: "smtp.frightened-diver.net"
  smtp_port: 25
  use_tls: true
  from_name: "Littel, Upton and Mills"
  from_email: "noreply@frightened-diver.net"

  # Rate limiting
  max_batch_size: 433
  retry_interval: 57
}

See Also