You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Garry De Toffoli <ga...@telemar.it> on 2001/04/05 11:25:15 UTC

Sending e-mail

Someone know a java-class that can send e-mail?

Thank you.

Re: Sending e-mail

Posted by Andy C <ac...@computing.dundee.ac.uk>.
Use Java Mail library from sun See:

http://www.javasoft.com/products/javamail/index.html

Andy C

  ----- Original Message ----- 
  From: Garry De Toffoli 
  To: tomcat-user@jakarta.apache.org 
  Sent: Thursday, April 05, 2001 10:25 AM
  Subject: Sending e-mail


  Someone know a java-class that can send e-mail?
   
  Thank you.

Re: Sending e-mail

Posted by Asim Ghaffar <u9...@giki.edu.pk>.
Transport.send(message);

message is of type Message
it is part of the package javax.mail

  ----- Original Message ----- 
  From: Garry De Toffoli 
  To: tomcat-user@jakarta.apache.org 
  Sent: Thursday, April 05, 2001 2:25 PM
  Subject: Sending e-mail


  Someone know a java-class that can send e-mail?
   
  Thank you.