mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-29 04:02:17 -04:00
Merge pull request #1798 from Br3nda/remove-mandrill
Remove references to MANDRILL
This commit is contained in:
@@ -31,13 +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"
|
||||
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):
|
||||
# $ rails c
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user