Skip to content

502 - Email Config

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

maml
{
  smtp_host: "smtp.genuine-turret.info"
  smtp_port: 587
  use_tls: true
  from_name: "Blick, Yundt and McGlynn"
  from_email: "noreply@genuine-turret.info"

  # Rate limiting
  max_batch_size: 235
  retry_interval: 228
}

See Also