Re: email from tomcat

2005-06-15 Thread Nikola Milutinovic
Jef Sullivan wrote: Something that I found concerning this same issue is SendMail. Google for "SendMail" and you might find what you are looking for. Interesting, but I suspect the original poster would need to sink teeth into JavaMail API, anyway. Nix. -

RE: email from tomcat

2005-06-15 Thread Jef Sullivan
To: Tomcat Users List > Subject: Re: email from tomcat > > Jenny Yang wrote: > > Can anyone tell me how to use email from tomcat? > > Tomcat doesn't do email, but it does Java and Java does email. > > Search the Web for "JavaMail tutorial" > > Paul Sin

Re: email from tomcat

2005-06-14 Thread Paul Singleton
Jenny Yang wrote: Can anyone tell me how to use email from tomcat? Tomcat doesn't do email, but it does Java and Java does email. Search the Web for "JavaMail tutorial" Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 2

Re: email from tomcat

2005-06-14 Thread Patrick Thomas
Hi Jenny, First off, congrats on the internship! Hope you enjoy it. Now, more to the point: you're looking for the JavaMail package. Read about how to use it in Tomcat here (you'll have to become familiar with JNDI, but that's a Good Thing ): http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-r

[OT] Re: email from tomcat

2005-06-14 Thread Anthony E. Carlos
Jenny: Try this: http://java.sun.com/products/javamail/ Click on Technical Articles & Tips This is off topic and not a specific Tomcat question. However, it is a good place to start. -Anthony On Jun 14, 2005, at 1:55 PM, Jenny Yang wrote: Can anyone tell me how to use email from tomcat? I

Re: email from tomcat

2005-06-14 Thread Charl Gerber
Look at the JavaMail api. Its quite easy to incorporate that into a webapp running under TomCat. --- Jenny Yang <[EMAIL PROTECTED]> wrote: > Can anyone tell me how to use email from tomcat? > > I was given that task to do before my summer > internship starts. I did numerous google searches, >