mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
Update user_mailer.rb
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user