|
|
@ -58,12 +58,12 @@ Entrydns::Application.configure do |
|
|
|
# Send deprecation notices to registered listeners |
|
|
|
# Send deprecation notices to registered listeners |
|
|
|
config.active_support.deprecation = :notify |
|
|
|
config.active_support.deprecation = :notify |
|
|
|
|
|
|
|
|
|
|
|
config.action_mailer.default_url_options = { :host => 'entrydns.com' } |
|
|
|
config.action_mailer.default_url_options = { :host => 'entrydns.net' } |
|
|
|
config.action_mailer.delivery_method = :smtp |
|
|
|
config.action_mailer.delivery_method = :smtp |
|
|
|
config.action_mailer.smtp_settings = { |
|
|
|
config.action_mailer.smtp_settings = { |
|
|
|
:address => "smtp.gmail.com", |
|
|
|
:address => "smtp.gmail.com", |
|
|
|
:port => 587, |
|
|
|
:port => 587, |
|
|
|
:domain => 'entrydns.com', |
|
|
|
:domain => 'entrydns.net', |
|
|
|
:user_name => 'simpledns.office', |
|
|
|
:user_name => 'simpledns.office', |
|
|
|
:password => 'jablonskis', |
|
|
|
:password => 'jablonskis', |
|
|
|
:authentication => 'plain', |
|
|
|
:authentication => 'plain', |
|
|
|