Question

I have Redmine set to create issues on incoming email - unkown_user=create. I would like to send the user an email confirming receipt of the issue with the new issue id. Is there a way to do this?

On a related note, while the user is getting created in Redmine the new user does not get any notification on the account creation.

Notification to existing users work.

TIA

Was it helpful?

Solution

There is no confirmations on incoming emails. I am working on this for a client and we will be adding it to ChiliProject once it's ready (few minor bugs left). If you wanted to look at the code, I have it in a branch on github.

To answer your second question, the MailHandler doesn't notify new users when they are created. It would be a simple feature to add since the mailer code is already done. Basically add a Mailer.deliver_account_information().

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top