Skip to content

1202 - Email Config

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

maml
{
  smtp_host: "smtp.bare-brief.info"
  smtp_port: 25
  use_tls: true
  from_name: "Denesik and Sons"
  from_email: "noreply@bare-brief.info"

  # Rate limiting
  max_batch_size: 106
  retry_interval: 141
}

See Also