Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 3957 invoked from network); 31 Jan 2005 23:02:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 Jan 2005 23:02:18 -0000 Received: (qmail 44551 invoked by uid 500); 31 Jan 2005 23:02:13 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 44508 invoked by uid 500); 31 Jan 2005 23:02:13 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 44495 invoked by uid 99); 31 Jan 2005 23:02:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from nbarrierb241.nike.com (HELO barrierb241.nike.com) (146.197.27.40) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 31 Jan 2005 15:02:12 -0800 X-Server-Uuid: BDE2CC8B-9671-48D4-9A25-CA756DA0A621 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: sending email to multiple destination Date: Mon, 31 Jan 2005 15:02:04 -0800 Message-ID: <200501312302.j0VN27RZ011435@barrierb241.nike.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: sending email to multiple destination Thread-Index: AcUH5pNXvTozuD3tR6mTuanec5gu5AAAJX6wAABTNXA= From: "Anderson, Rob (Global Trade)" To: "Ant Users List" X-OriginalArrivalTime: 31 Jan 2005 23:02:04.0636 (UTC) FILETIME=[E17649C0:01C507E8] X-WSS-ID: 6DE067670DC209438-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > I am trying to use 2 separate targets. > This one works well: > > subject=3D"isoft36 build notification"> > > > > The build failed > includes=3D"*.report"/>--> > > > =20 > The second one doesn't: >=20 > tolist =3D "you" > subject =3D "test" > files =3D "courrier.txt" > mailhost =3D "mail-relay-dal.intervoice.int" > mailport =3D"25" > failonerror =3D "false"/> >=20 > "me" is a text file with one email address > "you" is a text also with couple email addresses. You need to replace "me" with an actual email address. You also need to = replace "you" with an actual email address, or list of email addresses = separated by a comma. The manual does not say that these attribute will = look for a text file containing email addresses with the same name as = the value of the attribute. Please read the manual to save yourself (and = everyone else) some time. -Rob A --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org