You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ramesh kr Pal (JIRA)" <ji...@codehaus.org> on 2009/03/21 06:38:14 UTC

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

     [ http://jira.codehaus.org/browse/MCHANGES-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh kr Pal updated MCHANGES-117:
-----------------------------------

    Attachment: WHY WE SAVE.xls

> 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
>            Assignee: Olivier Lamy
>             Fix For: 2.1
>
>         Attachments: WHY WE SAVE.xls
>
>
> 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@mydomain.net</toAddress>
>     <toAddress implementation="java.lang.String">recipient2@mydomain.net</toAddress>
> </toAddresses>
> {noformat}
> 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

-- 
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