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 AWS SES(Simple Email Service) setup

Added by Lenny Ansir at 2013-02-25 11:50 am

Hi guys,
I recently installed chiliproject on my AWS instance. It’s all installed and most of it works fine but I have a problem with setting up the email server. I am using amazon SES and I have entered the relevant smtp settings into the configuration.yml file but it is still not sending any email. Settings are below:

email_delivery:
     delivery_method: :smtp
     smtp_settings:
       enable_starttls_auto: true
       address: email-smtp.us-east-1.amazonaws.com
       port: 25
       domain: "lenny@my-email-address.com" 
       authentication: :plain
       user_name: "myawssesusername" 
       password: "myawssespassword" 

Can you guys help?
Thanks in advance Lenny


Replies (1)

RE: chiliproject AWS SES(Simple Email Service) setup - Added by Holger Just at 2013-02-26 12:04 am

Hi Lenny,

I have never worked with SES, but in general, your configuration looks about right with one exception: The domain field should contain the hostname of the server ChiliProject is running on. It will be send as part of the SMTP HELO/EHLO. Some more insistent servers expect a correct hostname there.

Also, the server might support only a different authentication mechanism than :plain, e.g. :login. You might need to consult the documentation of SES to determine the correct value here. Please also see the Email_Delivery for some additional example for email configuration.

--Holger

(I edited for formatting of your post and moved it to the Discuss forum)

(1-1/1)