https://bz.apache.org/bugzilla/show_bug.cgi?id=64792

            Bug ID: 64792
           Summary: [Mail Task].[nested elements].[to].[name attribute] of
                    first to element is setting for other(s).
           Product: Ant
           Version: 1.10.8
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When I set a name for multiple to element I got first elements name for other
element.
for example:
<mail mailhost="smtp.gmail.com" 
      user="[email protected]" 
      password="pass" ssl="true" 
      mailport="465" 
      subject="Test Gmail"
      charset="utf-8">

        <from  name="Sender" address="[email protected]"/>
        <to name="receiver 1" address="[email protected]"/>
        <to name="receiver 2" address="[email protected]"/>
        <header name="header name" value="header value"/>
        <message>The nightly build has completed</message>

</mail>

I got (To: receiver 1) for [email protected] in mail name.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to