1

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

4

1 に答える 1

1

受信メールの確認はありません。私はクライアントのためにこれに取り組んでおり、準備ができたらChiliProjectに追加します(マイナーなバグはほとんど残っていません)。コードを見たい場合は、githubのブランチにあります。

2番目の質問に答えるために、MailHandlerは新しいユーザーが作成されたときに通知しません。メーラーコードはすでに作成されているので、追加するのは簡単な機能です。基本的にを追加しMailer.deliver_account_information()ます。

于 2011-03-24T21:19:46.393 に答える