Tomcat email system or analogs for it

2004-10-14 Thread aleksej
Hi! I am wondering, how to send emails from Tomcat? As I understand,  
Tomcat has'nt native J2EE JavaMail API support. Then what kind of  
libraries I should use to get email support? I saw some emailing projects  
in sendbox, but its not in production quality. Then JAMES maybe? I have no  
access to the server where Tomcat is installed, so I need to give exact  
information to server admin.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat email system or analogs for it

2004-10-14 Thread Ben Souther
http://www.google.com/search?hl=enq=java+mailbtnG=Google+Search



On Thu, 2004-10-14 at 07:09, aleksej wrote:
 Hi! I am wondering, how to send emails from Tomcat? As I understand,  
 Tomcat has'nt native J2EE JavaMail API support. Then what kind of  
 libraries I should use to get email support? I saw some emailing projects  
 in sendbox, but its not in production quality. Then JAMES maybe? I have no  
 access to the server where Tomcat is installed, so I need to give exact  
 information to server admin.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat email system or analogs for it

2004-10-14 Thread Antony Paul
Do you want an e-mail server or just send an e-mail. To send e-mail
use JavaMail.  As far as Tomcat is concerned, you can bind a mail
session to Tomcat JNDI tree and retrieve it to send mail. I JavaMail
API jar is bundled with Tomcat at common\lib\mail.jar. Look at the
server.xml and JNDI Resources How to in tomcat-docs for an example.

rgds
Antony Paul


On Thu, 14 Oct 2004 14:09:09 +0300, aleksej [EMAIL PROTECTED] wrote:
 Hi! I am wondering, how to send emails from Tomcat? As I understand,
 Tomcat has'nt native J2EE JavaMail API support. Then what kind of
 libraries I should use to get email support? I saw some emailing projects
 in sendbox, but its not in production quality. Then JAMES maybe? I have no
 access to the server where Tomcat is installed, so I need to give exact
 information to server admin.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat email system or analogs for it

2004-10-14 Thread aleksej
Very strange, I have 5.0.27 installed and there is no mail.jar in its  
standart instaliation. :/

Do you want an e-mail server or just send an e-mail. To send e-mail
use JavaMail.  As far as Tomcat is concerned, you can bind a mail
session to Tomcat JNDI tree and retrieve it to send mail. I JavaMail
API jar is bundled with Tomcat at common\lib\mail.jar. Look at the
server.xml and JNDI Resources How to in tomcat-docs for an example.
rgds
Antony Paul
On Thu, 14 Oct 2004 14:09:09 +0300, aleksej [EMAIL PROTECTED] wrote:
Hi! I am wondering, how to send emails from Tomcat? As I understand,
Tomcat has'nt native J2EE JavaMail API support. Then what kind of
libraries I should use to get email support? I saw some emailing  
projects
in sendbox, but its not in production quality. Then JAMES maybe? I have  
no
access to the server where Tomcat is installed, so I need to give exact
information to server admin.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat email system or analogs for it

2004-10-14 Thread QM
On Thu, Oct 14, 2004 at 02:44:20PM +0300, aleksej wrote:
: Very strange, I have 5.0.27 installed and there is no mail.jar in its  
: standart instaliation. :/

I believe that's SOP for Tomcat.

You can download the JavaMail JARs from java.sun.com.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat email system or analogs for it

2004-10-14 Thread Shapira, Yoav

Hi,
We're not legally allowed to distribute the JavaMail (and its dependency
Java Activation Framework) APIs.  So we don't ;)  But we provide support
for them as explained in the Mail Sessions section at
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-resources-howto.htm
l.

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: QM [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 14, 2004 8:03 AM
To: Tomcat Users List
Subject: Re: Tomcat email system or analogs for it

On Thu, Oct 14, 2004 at 02:44:20PM +0300, aleksej wrote:
: Very strange, I have 5.0.27 installed and there is no mail.jar in its
: standart instaliation. :/

I believe that's SOP for Tomcat.

You can download the JavaMail JARs from java.sun.com.

-QM

--

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]