Rob,

I did read the manual, and I've substitute me or you with an email
address. That didn't work either.
I think, it has something to do with the version ANT running. Since I
didn't install it I am sure of the version.

-----Original Message-----
From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 31, 2005 5:02 PM
To: Ant Users List
Subject: RE: sending email to multiple destination

> I am trying to use 2 separate targets.
> This one works well:
> <target name="mymail">
> <mail mailhost="mail-relay-dal.intervoice.int" mailport="25"
> subject="isoft36 build notification">
>   <from address="[EMAIL PROTECTED]"/>
>   <replyto address="[EMAIL PROTECTED]"/>
>   <to address="[EMAIL PROTECTED]"/>
>   <message>The build failed</message>
>   <fileset dir="d:/autobuild-report/appsupport1"
> includes="*.report"/>-->
>   <fileset dir="d:/intv/dat" includes="*.err"/>
> </mail>
> </target
> 
> The second one doesn't:
> 
>     <mail from    = "me"
>     tolist      = "you"
>     subject     = "test"
>     files = "courrier.txt"
>     mailhost    = "mail-relay-dal.intervoice.int"
>     mailport    ="25"
>     failonerror = "false"/>
> 
> "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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to