Opened 11 years ago
Closed 8 years ago
#11250 closed enhancement (wontfix)
options to set the To: field to the actual recipient
Reported by: | steve.mckuhr | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Currently the To: field contains 'undisclosed recipients:'. Assuming that users A, B and C will receive notifications how do I configure the plugin so the email going to user A has the A's email address in the To: field and similar for users B and C? I guess what I'm saying is basically do not use Bcc: rather generate an email for each subscribed user.
I'm filing this as an enhancement request since I couldn't find any option in the plugin documentation.
Thanks.
Attachments (0)
Change History (3)
comment:1 Changed 10 years ago by
comment:2 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Please upgrade to Trac 1.2, which has integrated the core of AnnouncerPlugin. Please raise the issue on the trac:MailingList if you encounter the issue with Trac 1.2.
I think it can be done with IEmailDecorator
. See CookBook/Notification/Email#Reply-ToTicketOwner for examples.
Requested in SO:24117488.