Re: Java servlet and mailing

2002-02-22 Thread Kurt Kurniawan
one simple way to do this is using this package: sun.net.smtp.SmtpClient You just have to import, and it comes with the J2SE, so don't have to do anythin' But you need to have an SMTP server running. import sun.net.smtp.SmtpClient; and do : sun.net.smtp.SmtpClient sm = new

Re: Java servlet and mailing

2002-02-22 Thread Uma Maheswar
Hi, There is a ready made programme out there in www.globalleafs.com . You can download it from our site. Uma - Original Message - From: Simon [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 22, 2002 4:01 AM Subject: Java servlet and mailing Dear

Java servlet and mailing

2002-02-21 Thread Simon
Dear, I come from PHP world, so that i don't really know about this. If i need to sent out an email in my serlvet program, do i need to download and install javamail? (I did a mail() in PHP, which calls /bin/mail indeed, most likely...) According to this FAQ saying:

Re: Java servlet and mailing

2002-02-21 Thread rsequeira
] on 02/21/2002 04:31:07 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Java servlet and mailing Dear, I come from PHP world, so that i don't really know about this. If i need to sent out an email in my serlvet program, do i

Re: TC Re: Java servlet and mailing

2002-02-21 Thread Kirby Vandivort
PROTECTED] on 02/21/2002 04:31:07 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Java servlet and mailing Dear, I come from PHP world, so that i don't really know about this. If i need to sent out an email in my serlvet

Re: TC Re: Java servlet and mailing

2002-02-21 Thread rsequeira
Correct! Thanks. Totally miss the 4.x deal sometimes! :-) Kirby Vandivort [EMAIL PROTECTED] on 02/21/2002 06:00:11 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: TC Re: Java servlet and mailing Or, just use