Add configuration and documentation smtp setting

This commit is contained in:
Aditya Prakash 2016-04-07 13:49:28 +05:30
parent d770533bdc
commit 9abda59b0d
3 changed files with 27 additions and 0 deletions

View file

@ -31,3 +31,11 @@ production:
# If you add more providers that do not require a key, you still have to create the 2 variables with sample data
transifex_live_api_key: ''
# Set the smtp configuration of your service provider
# For further details of each configuration checkout: http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration
mail_address: 'smtp.host.com'
mail_port: 587
mail_username: 'username@host.com'
mail_password: 'password'
mail_authentication: 'plain'