Appearance
706 - Email Config
SMTP email service settings. This is an example of a MAML document.
maml
{
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
}