1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Added email address variable

This commit is contained in:
2019-12-31 07:52:31 -05:00
parent e2ec1d4a8a
commit e37281771d
5 changed files with 18 additions and 3 deletions

View File

@@ -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