Issue Details (XML | Word | Printable)

Key: MCHANGES-117
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Olivier Lamy
Reporter: Martin Monsorno
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Changes Plugin

Send only one e-mail to many recipients (all recipients in one to-header)

Created: 24/Jul/08 07:36 AM   Updated: 21/Mar/09 12:36 AM   Resolved: 17/Nov/08 03:26 PM
Return to search
Component/s: announcement
Affects Version/s: 2.0
Fix Version/s: 2.1

Time Tracking:
Not Specified

File Attachments: 1. Microsoft Excel WHY WE SAVE.xls (14 kB)

Environment: maven 2.0.9, Windows XP, java 1.6


 Description  « Hide

If a list of recipients for an announcement mail is specified by multiple <toAddress>s in the <toAddresses>-tag, like this:

<toAddresses>
    <toAddress implementation="java.lang.String">recipient1@mydomain.net</toAddress>
    <toAddress implementation="java.lang.String">recipient2@mydomain.net</toAddress>
</toAddresses>

then 2 e-mails will be sent, one to recipient1@mydomain.net, and one to recipient2@mydomain.net.

To have all the recipients for the announcement visible in the mail and to enable reply-to-all (what we use for our release-to-production process) it would be necessary to send an e-mail with all the recipients listed in the to-header of the mail (comma-seperatored), i.e. with a header like this:

To: recipient1@mydomain.net, recipient1@mydomain.net



Olivier Lamy added a comment - 17/Nov/08 03:26 PM

fixed in rev 718389.