please help with email configuration
Added by dee smith almost 13 years ago
we have been having a lot of trouble setting up our email configuration for outgoing and incoming mail... this is how i would configure the email.yml file... what else do i have to do? i get a complete and total error message saying ruby rail error and it goes pink and red.... what other files do i have to change? someone said the environment file?? this is just for outgoing. i have no idea what to do for the incoming. can someone please shed some light i would appreciate it...
- Outgoing email settings
production:
delivery_method: :smtp
smtp_settings:
tls: true
enable_starttls_auto: true
address: smtp.gmail.com
port: 587
domain: linx.com
authentication: :plain
user_name: **@linx.com
password: **
development:
delivery_method: :smtp
smtp_settings:
tls: true
enable_starttls_auto: true
address: smtp.gmail.com
port: 587
domain: linx.com
authentication: :plain
user_name: **@linx.com
password: **
Replies (1)
RE: please help with email configuration - Added by Christine VIEL almost 13 years ago
Have you solved your issue ? whatever, I have just installed Redmine, tomorrow I am going to setup mail configuration, normally it should be equal to My Mantis and My TestLink Server, I hope so ! I will give you a feedback. See you. Regards