Re: Problem about send mail

2005-08-24 Thread Guo Rui
In fact I find that I forgot to add activation.jar in classpath. Thanks all :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem about send mail

2005-08-24 Thread Rebhan, Gilbert
Hi, -Original Message- From: Guo Rui [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 9:13 AM To: user@ant.apache.org Subject: Problem about send mail /* mail: [mail] Failed to initialise MIME mail: javax/activation/DataSource [mail] Using UU mail [mail

Re: Problem about send mail

2005-08-24 Thread Barry White
Your build assumes that smtp.gmail.com is waiting for insecure connections on the standard smtp port. As far as I know, for smtp.gmail.com, you need to use port 587 with TLS enabled. Looking at the docs you will need JavaMail in you classpath too. Try: hi all: I want to send a mail use ant

Problem about send mail

2005-08-24 Thread Guo Rui
hi all: I want to send a mail use ant,so I write a task like below: The nightly build has completed But when I run "ant mail",it report "IO error sending mail", so I run "ant -verbose",it report : C:\>ant -verbose Apache Ant version 1.6.2 compiled on July 16 2004 Buildfile: bui