mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added email address variable
This commit is contained in:
@@ -104,7 +104,7 @@ Wrestling::Application.configure do
|
||||
:address => "smtp.gmail.com",
|
||||
:port => 587,
|
||||
:domain => "gmail.com",
|
||||
:user_name => "jacob.wimer@gmail.com",
|
||||
:user_name => ENV["WRESTLINGDEV_EMAIL"],
|
||||
:password => ENV["WRESTLINGDEV_EMAIL_PWD"],
|
||||
:authentication => :plain,
|
||||
:enable_starttls_auto => true
|
||||
|
||||
Reference in New Issue
Block a user