diff --git a/config/secrets.yml.example b/config/secrets.yml.example index b9f227a46..4ac0c08f4 100644 --- a/config/secrets.yml.example +++ b/config/secrets.yml.example @@ -32,6 +32,15 @@ test: staging: secret_key_base: "" server_name: "" + # mailer_delivery_method: "smtp" + # smtp_settings: + # address: "smtp.example.com" + # port: 25 + # domain: "your_domain.com" + # user_name: "" + # password: "" + # authentication: "plain" + # enable_starttls_auto: true force_ssl: true delay_jobs: true rollbar_server_token: ""