Appearance
304 - Email Config
SMTP email service settings. This is an example of a MAML document.
maml
{
smtp_host: "smtp.black-hawk.org"
smtp_port: 465
use_tls: true
from_name: "Muller, Grimes and Hartmann"
from_email: "noreply@black-hawk.org"
# Rate limiting
max_batch_size: 158
retry_interval: 125
}