[jira] Created: (MCHANGES-117) Send only one e-mail to many recipients (all recipients in one to-header)

View: New views
1 Messages — Rating Filter:   Alert me  

[jira] Created: (MCHANGES-117) Send only one e-mail to many recipients (all recipients in one to-header)

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

                 Key: MCHANGES-117
                 URL: http://jira.codehaus.org/browse/MCHANGES-117
             Project: Maven 2.x Changes Plugin
          Issue Type: Improvement
          Components: announcement
    Affects Versions: 2.0
         Environment: maven 2.0.9, Windows XP, java 1.6
            Reporter: Martin Monsorno


If a list of recipients for an announcement mail is specified by multiple <toAddress>s in the <toAddresses>-tag, like this:
{noformat}
<toAddresses>
    <toAddress implementation="java.lang.String">recipient1@...</toAddress>
    <toAddress implementation="java.lang.String">recipient2@...</toAddress>
</toAddresses>
{noformat}
then 2 e-mails will be sent, one to recipient1@..., and one to recipient2@....

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@..., recipient1@...



--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira