Project

General

Profile

Sending confirmations upon receiving a new issue

Added by Craig Efrein over 12 years ago

Hello all,

Sorry if I'm asking a question that has already been asked 100 times.

We currently have two processes for allowing people who don't have access to redmine to create tickets

1. They update a web form which generates an email that is sent to
2. They send an email directly to

The email is then picked up by rake.

/usr/local/bin/rake redmine:email:receive_imap RAILS_ENV="production" 

What is the "best practice" for getting a message to the client letting them know that their email has been received and a ticket has been created with the ticket number as a reference?