Skip to content

720 - Email Config

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

maml
{
  smtp_host: "smtp.ruddy-optimal.biz"
  smtp_port: 465
  use_tls: true
  from_name: "Kunze - Stokes"
  from_email: "noreply@ruddy-optimal.biz"

  # Rate limiting
  max_batch_size: 153
  retry_interval: 239
}

See Also