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: notifications@ant.apache.org Reporter: babakary...@gmail.com 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="sen...@gmail.com" password="pass" ssl="true" mailport="465" subject="Test Gmail" charset="utf-8"> <from name="Sender" address="sen...@gmail.com"/> <to name="receiver 1" address="receive...@yahoo.com"/> <to name="receiver 2" address="receive...@outlook.com"/> <header name="header name" value="header value"/> <message>The nightly build has completed</message> </mail> I got (To: receiver 1) for receive...@outlook.com in mail name. -- You are receiving this mail because: You are the assignee for the bug.