|
@ -93,8 +93,8 @@ BikeBike::Application.configure do |
|
|
:authentication => :plain, |
|
|
:authentication => :plain, |
|
|
:enable_starttls_auto => true, |
|
|
:enable_starttls_auto => true, |
|
|
:openssl_verify_mode => 'none', |
|
|
:openssl_verify_mode => 'none', |
|
|
:user_name => '', |
|
|
:user_name => 'godwin@bikebike.org', |
|
|
:password => '' |
|
|
:password => 'Oha1otbt!@#' |
|
|
} |
|
|
} |
|
|
config.action_mailer.raise_delivery_errors = true |
|
|
config.action_mailer.raise_delivery_errors = true |
|
|
config.action_mailer.perform_deliveries = true |
|
|
config.action_mailer.perform_deliveries = true |
|
|