From 5490461cd4e3545ff7d80e8501c79a7137da1c70 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 29 Jul 2018 23:18:19 -0600 Subject: [PATCH] update example config --- config.sample.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.sample.yml b/config.sample.yml index acd20c7..7b74fab 100644 --- a/config.sample.yml +++ b/config.sample.yml @@ -1,4 +1,8 @@ port: 4080 mailer: + service: 'mailgun' + url: 'https://api.mailgun.net/v3/example.com/messages' api_key: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' + # Public Key at https://app.mailgun.com/app/account/security + api_public_key: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' from: 'mailer@example.com'