Project

General

Profile

Defect #8532 » email.yml

thiru vallvuar, 2011-06-07 09:00

 
1
production:
2
   delivery_method: :smtp
3
   smtp_settings:
4
     tls: true
5
     address: "smtp.gmail.com"
6
     port: 587
7
     domain: "gmail.com" 
8
     authentication: :plain
9
     user_name: "valluvar@gmail.com"
10
     password: "***********"
11

    
(4-4/5)