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.
Confirmation emails when an incoming email is submitted (Feature #792)
Description
Send confirmation emails for incoming email email (success or failure) so the sending user will know that the system processed their email.
Associated revisions
[#792] Add settings for confirmation emails are sent for incoming mail
[#792] Add confirmation emails for successful issue creation
[#792] Add confirmation emails for successful issue replies
[#792] Add confirmation emails for successful forum replies
[#792] Send email when mail_handler gets an email from an unknown user
[#792] Send email from mail_handler for unauthorized actions
[#792] Send email from mail_handler for emails missing a project
[#792] Send email from mail_handler for emails which are missing required information
[#792] Fix tests from merge
History
Updated by Eric Davis at 2011-12-27 01:46 am
Pull request is at https://github.com/chiliproject/chiliproject/pull/148
This adds some much needed visibility into how email is received. Now when someone sends an email to the system they will get a confirmation email back with a link to the object (issue, forum) or if it is unsuccessful or unauthorized a confirmation email is sent with error messages (e.g. missing data). The confirmations are also configurable in the admin settings if someone wants to turn them off (e.g. no confirmation for successful emails but have a confirmation for failed emails).
- Status changed from Open to Ready for review
Updated by Eric Davis at 2011-12-29 07:53 pm
Merged into unstable in 00df8321261 and with a small patch in e4554a6d7b7
- Target version set to 3.0.0
- Status changed from Ready for review to Closed