Excuse me,
     Who know how to use javamail API to send e-mail in a java application?

     That, I want to build a Java program that can select some files from
local disk and automaticlly send out every file seperately via e-mail as
attachment.

      I mean, if I have 3 files as file1.dat, file2.dat and file3.dat, then
after I select then from the Java application, and key in the target address
as just like [EMAIL PROTECTED], then after I click "Send" button, 3 mails will be
sent out seperately, the first mail with the attachment file1.dat, and the
second mail with the attachment file2.dat and the third mail with the
attachment file3.dat.

     Need all your help now, who have the sending mail example in Java,
please send me a copy, and who know how to use JavaMail API in javax
package, please kindly help me, thanks a lot.

Lancelot

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to