Example 706

Email Config

SMTP email service settings.

{
smtp_host: "smtp.old-fashioned-pillbox.name"
smtp_port: 465
use_tls: true
from_name: "Osinski LLC"
from_email: "noreply@old-fashioned-pillbox.name"

# Rate limiting
max_batch_size: 83
retry_interval: 60
}

See also