Skip to content

1718 - Email Config

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

maml
{
  smtp_host: "smtp.vibrant-strait.biz"
  smtp_port: 465
  use_tls: true
  from_name: "Orn Group"
  from_email: "noreply@vibrant-strait.biz"

  # Rate limiting
  max_batch_size: 122
  retry_interval: 295
}

See Also