From 19036e6b6754d1552d29feadd63edd24c821a70b Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Sun, 8 Dec 2013 19:09:47 -0800 Subject: [PATCH] example mail --- samples/web_only.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/samples/web_only.yml b/samples/web_only.yml index 69a987a..5882a17 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -54,3 +54,20 @@ hooks: cmd: - mkdir -p plugins - git clone https://github.com/discourse/docker_manager.git +# mail is critical, setup here + # - replace: + # filename: /var/www/discourse/config/environments/production.rb + # from: /end/ + # direction: reverse + # to: | + # config.action_mailer.delivery_method = :smtp + # config.action_mailer.smtp_settings = { + # :address => 'smtp.mandrillapp.com', + # :port => 587, + # :domain => 'domain', + # :user_name => 'user@email.com', + # :password => 'pwd', + # :authentication => 'login', + # :enable_starttls_auto => true + # } + # end -- 2.25.1