ande3577 / redmine_issue_mailer

Allow sending a redmine issue via e-mail.
GNU General Public License v3.0
2 stars 1 forks source link

Sender now receives a copy (CC) of the mail message #1

Closed tafkey closed 11 years ago

ande3577 commented 11 years ago

Made this an option when sending the e-mail. Also added test support.

tafkey commented 11 years ago

Great!

I was also thinking the following:

a. allow to pick an existing user, i.e. by username, not email

b. integrate email poking into more topics, not only issues (files, wiki pages, etc.)

So, what do you think? Maybe you're already into something similar or you could hint on priorities.

Thanks TK_ On Oct 4, 2013 2:10 a.m., "David S Anderson" notifications@github.com wrote:

Made this an option when sending the e-mail. Also added test support.

— Reply to this email directly or view it on GitHubhttps://github.com/ande3577/redmine_issue_mailer/pull/1#issuecomment-25665979 .

ande3577 commented 11 years ago

a. is already implemented by clicking on the address label (assuming javascript is enabled in the user's browser), similar to gmail where clicking on the 'to' label brings up your contact list. However, this is a little unclear for the user. I have created issue #2 to find a way to make it more clear that the link exists. I'll try to come up with something on that one.

b. I created issue #3 for adding support for additional mailers. For priorities off the top of my head I would probably say:

  1. Wiki
  2. Forum post
  3. News item
  4. File
  5. Document

All of the above except files already has mailer support so it should be pretty straight forward. See the comment regarding availability of a view hook for showing the share link, however.