Skip to content

119 - Email Config

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

maml
{
  smtp_host: "smtp.tired-jogging.org"
  smtp_port: 465
  use_tls: true
  from_name: "Botsford - Rippin"
  from_email: "noreply@tired-jogging.org"

  # Rate limiting
  max_batch_size: 424
  retry_interval: 142
}

See Also