Uploaded image for project: 'Maven Changes Plugin'
  1. Maven Changes Plugin
  2. MCHANGES-117

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0
    • 2.1
    • announcement
    • None
    • maven 2.0.9, Windows XP, java 1.6

    Description

      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

      Attachments

        Activity

          People

            olamy Olivier Lamy
            tchick Martin Monsorno
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: