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]
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] Sendi
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