Ant mail error

2002-08-29 Thread Paidighantam Venkata Suresh
Hi , I am using Ant 1.5 on Win2k. The mail task fails when sending attachments of size 890kb. However I could successfully send a file with size 300kb. Is there a maximum limit for the file size that can be sent as an attachment using the mail task in Ant. Thanks in advance, Suresh *

Re: Mail error

2001-07-16 Thread Stefan Bodewig
On Mon, 16 Jul 2001, hari ramasubbu <[EMAIL PROTECTED]> wrote: > Our exchange smtp server name is IVHPXC0003. > > BUILD FAILED > > mail.xml:3: IO error sending mail: Connection refused: > connect Can you do telnet IVHPXC0003 25 from the box you are running the build process on? Stefan

RE: Mail error

2001-07-16 Thread Viraj Purang
HI, TRyu running just the mail target/ task with the -debug option ..things should be fairly clear to you then ... Regards, Viraj Purang -Original Message- From: hari ramasubbu [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 3:33 PM To: [EMAIL PROTECTED] Subject: RE: Mail

RE: Mail error

2001-07-16 Thread hari ramasubbu
OK. it was my fault .. i didnt use the right smtp server name to route the mail.. sorry about that hari

Mail error

2001-07-16 Thread hari ramasubbu
Pleae help ..I get this error when trying to mail to myself. Our exchange smtp server name is IVHPXC0003. BUILD FAILED mail.xml:3: IO error sending mail: Connection refused: connect Total time: 1 second here is the code for this .