ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

chiliproject 2.7 sending email

Added by james meyer at 2012-02-14 11:26 pm

Hello,
I am having trouble getting CP 2.7 with ruby 1.87 to send emails.

The server runs postfix and is able to send/receive emails just fine from the command line.

Both of these configs have been tried in configuration.yaml with no success. The test page says that it's sending emails, but maillog never show that an attempt was made.

Sendmail command
production:
email_delivery:
delivery_method: :sendmail

#Simple SMTP server at localhost
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "localhost"
port: 25

The only indication in the log file is this record:

Processing AdminController#test_email (for 184.58.217.97 at 2012-02-14 15:19:23) [GET]
Parameters: {"controller"=>"admin", "action"=>"test_email"}
Sending email notification to:
Redirected to http://linhes:3000/settings/edit?tab=notifications
Completed in 23ms (DB: 3) | 302 Found [http://linhes/admin/test_email]

Please advise on steps to take
-james


Replies (2)

RE: chiliproject 2.7 sending email - Added by Kris Lou at 2012-02-14 11:44 pm

See #762 and #824.

Is "I don't want to be notified of changes that I make myself" checked in My Account?

RE: chiliproject 2.7 sending email - Added by james meyer at 2012-02-15 12:07 am

Well it in fact was checked, that just makes me look a bit foolish :)
Thanks for the help!

(1-2/2)