Fixed preview email config

This commit is contained in:
Godwin 2017-06-05 14:11:33 -07:00
parent 0c90cb7a5b
commit fffc6c865d

View File

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