Commit 8a8d8cc1 by vulehuan

change config, use mailcatcher

parent cc365895
......@@ -11,16 +11,17 @@ end
VenshopApp::Application.configure do
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
address: 'smtp.gmail.com',
port: 587,
domain: 'alphaplus.vn',
user_name: 'coi.no.reply@gmail.com',
password: 'q5cE05OUwJ',
authentication: 'plain',
enable_starttls_auto: true
}
# config.action_mailer.smtp_settings = {
# address: 'smtp.gmail.com',
# port: 587,
# domain: 'alphaplus.vn',
# user_name: 'coi.no.reply@gmail.com',
# password: 'q5cE05OUwJ',
# authentication: 'plain',
# enable_starttls_auto: true
# }
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
end
YAHOO_SHOPPING_DATA_APP_ID = 'dj0zaiZpPXpIMzBsMUQyTk55dSZkPVlXazlZWGxzYjNoWU0yVW1jR285TUEtLSZzPWNvbnN1bWVyc2VjcmV0Jng9MzI-'
YAHOO_SHOPPING_DATA_SECRECT = '45b3584021d48d65984b515a2cd23623a3ec90cc'
\ No newline at end of file
YAHOO_SHOPPING_DATA_SECRECT = '45b3584021d48d65984b515a2cd23623a3ec90cc'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment