RE: Sending email ( Tomcat 7 )

2012-01-18 Thread Purvis Robert (NHS CONNECTING FOR HEALTH)
Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 18 January 2012 07:28 To: Tomcat Users List Subject: RE: Sending email ( Tomcat 7 ) From: Lau Eng Huat [mailto:tomcath...@gmail.com] Subject: Sending email ( Tomcat 7 ) I need to send emails using tomcat servlet. First

Re: Sending email ( Tomcat 7 )

2012-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lau, On 1/18/12 12:04 AM, Lau Eng Huat wrote: 2. I'm running Tomcat 7 on a local host. Can I sent email to my gmail account ? How can I achieved this ? You want to configure a smart host if you want to connect to Gmail in order to send your

Sending email ( Tomcat 7 )

2012-01-17 Thread Lau Eng Huat
Hi guys, I need to send emails using tomcat servlet. I have the following questions to ask 1. How to install javaMail ? Is this the best option ? 2. I'm running Tomcat 7 on a local host. Can I sent email to my gmail account ? How can I achieved this ? Thanks in advanced

RE: Sending email ( Tomcat 7 )

2012-01-17 Thread Caldarale, Charles R
From: Lau Eng Huat [mailto:tomcath...@gmail.com] Subject: Sending email ( Tomcat 7 ) I need to send emails using tomcat servlet. First, read the docs: http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html#JavaMail_Sessions If that isn't sufficient, come back and ask specific