Update user_mailer.rb

This commit is contained in:
Bastian Greshake
2017-06-16 10:03:45 +02:00
committed by GitHub
parent f51cb8b87e
commit 2c9caf424b

View File

@@ -97,7 +97,7 @@ class UserMailer < ActionMailer::Base
password: ENV.fetch('SURVEY_EMAIL_PASSWORD'),
address: ENV.fetch('SURVEY_EMAIL_ADDRESS'),
port: ENV.fetch('SURVEY_EMAIL_PORT') }
mail(subject: 'openSNP: a fresh design and a plea for help',
mail(subject: 'openSNP: A fresh design and a plea for help',
to: @user.email,
from: 'survey@opensnp.org',
delivery_method_options: delivery_options)