Skip to content

809 - Email Config

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

maml
{
  smtp_host: "smtp.legal-atrium.com"
  smtp_port: 25
  use_tls: true
  from_name: "Kozey, Block and Jakubowski"
  from_email: "noreply@legal-atrium.com"

  # Rate limiting
  max_batch_size: 487
  retry_interval: 91
}

See Also