From 5b732fedaec429f1b5c925604e3e887863347cc8 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 19 Jan 2019 12:36:27 +1300 Subject: [PATCH 1/2] Remove references to MANDRILL --- config/application.yml.example | 2 -- config/environments/development.rb | 7 ------- 2 files changed, 9 deletions(-) diff --git a/config/application.yml.example b/config/application.yml.example index e0f0f67d2..568a276c7 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -35,8 +35,6 @@ GROWSTUFF_SITE_NAME: Growstuff (dev) # confirmations). If using Heroku connect to Mandrill via Heroku addons # list then go to tools menu (upper right) and choose "SMTP and API # Credentials" -GROWSTUFF_MANDRILL_USERNAME: "dummy" -GROWSTUFF_MANDRILL_APIKEY: "dummy" # Mailchimp is used for subscribing/unsubscribing people from the newsletter # To fetch list IDs using Gibbon (and thus find the ID of your newsletter): diff --git a/config/environments/development.rb b/config/environments/development.rb index 888bee353..46106e08d 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -63,13 +63,6 @@ Rails.application.configure do config.action_mailer.default_url_options = { host: 'localhost:3000' } config.action_mailer.delivery_method = :letter_opener - config.action_mailer.smtp_settings = { - port: '587', - address: 'smtp.mandrillapp.com', - user_name: ENV['GROWSTUFF_MANDRILL_USERNAME'], - password: ENV['GROWSTUFF_MANDRILL_APIKEY'], - authentication: :login - } config.host = 'localhost:3000' config.analytics_code = '' From 02d96bcc517d275db137e8491383167571c97002 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 26 Jan 2019 14:02:50 +1300 Subject: [PATCH 2/2] Removed another mandril reference --- config/application.yml.example | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/application.yml.example b/config/application.yml.example index 568a276c7..7d42e4250 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -31,11 +31,6 @@ RAILS_SECRET_TOKEN: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # name that appears on the site, eg. in page titles GROWSTUFF_SITE_NAME: Growstuff (dev) -# Mandrill is used to send transactional email (eg. signup -# confirmations). If using Heroku connect to Mandrill via Heroku addons -# list then go to tools menu (upper right) and choose "SMTP and API -# Credentials" - # Mailchimp is used for subscribing/unsubscribing people from the newsletter # To fetch list IDs using Gibbon (and thus find the ID of your newsletter): # $ rails c