Skip to content

115 - Email Config

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

maml
{
  smtp_host: "smtp.esteemed-plastic.info"
  smtp_port: 587
  use_tls: true
  from_name: "Kautzer, Trantow and Langworth"
  from_email: "noreply@esteemed-plastic.info"

  # Rate limiting
  max_batch_size: 439
  retry_interval: 96
}

See Also