Project

General

Profile

newbie - help configuring email

Added by Ezequiel Naftali almost 14 years ago

Hi, i´m new to redmine. I have configured all the system using bitnami version under windows. Everything is
working right except the email part. I have configured email.yml and mailer.rb (in /initializers)
but nothing happens. I don´t get email nor have any error message from the application.
Its all configured to send email in all actions...

Is there any log I can see?

Thanks in advance,

Ezequiel


Replies (3)

RE: newbie - help configuring email - Added by Felix Schäfer almost 14 years ago

I don't know what you've done with whatever files in config/initializers/, but there's nothing you should be meddling with there. There should be a config/email.yml.example that you can copy to config/email.yml and adapt to your needs, see Email_Configuration for more info.

RE: newbie - help configuring email - Added by Ezequiel Naftali almost 14 years ago

Hi Felix, thanks for your answer. I have read the faqs, tried different emails server but nothing happens.
Is there any log I can see what happens? how can I enable it?
My email.yml looks like:

@
production:
delivery_method: :smtp
smtp_settings:
address: "smtp..."
port: 25
domain: "XXX.com.ar"
authentication: :login
user_name: ""
password: "XXXX"

development:
delivery_method: :smtp
smtp_settings:
address: "smtp..."
port: 25
domain: "XXXX.com.ar"
authentication: :login
user_name: ""
password: "XXXX"@

Thanks,

Ezequiel

RE: newbie - help configuring email - Added by Felix Schäfer almost 14 years ago

Ezequiel Naftali wrote:

My email.yml looks like:

Make sure the indentation is 2 spaces for each level, you seem to have 3 at first level.

    (1-3/3)