Re: Tomcat configuring for email

2003-06-09 Thread John Turner
Users List Subject: Re: Tomcat configuring for email Hello. Sorry for the confusion. What i meant does tomcat have a built in emailing? As u replied there is . But is it on by default? when i try running the example inside , it seems to be a dummy one. What i am trying to do is to mail a user

RE: Tomcat configuring for email

2003-06-09 Thread Phillip Qin
); m.addRecipient(Message.RecipientType.TO, recipient); m.setSentDate(date); m.setSubject(subject); m.setText(text); Transport.send(m); -Original Message- From: Clement [mailto:[EMAIL PROTECTED] Sent: June 6, 2003 11:30 PM To: Tomcat Users List Subject: Re: Tomcat configuring for email Hello

Tomcat configuring for email

2003-06-06 Thread Clement
Hello... I would like to check with for emailing purposes.. how do i enable tomcat to send an email to a user? Can version 4.01 do this or do u need a newer version? ? Thanks..

Re: Tomcat configuring for email

2003-06-06 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html Look for the JavaMail Sessions section. -Tim Clement wrote: Hello... I would like to check with for emailing purposes.. how do i enable tomcat to send an email to a user? Can version 4.01 do this or do u need a

RE: Tomcat configuring for email

2003-06-06 Thread Phillip Qin
Don't understand your question. Tomcat has built-in mail session jndi lookup. You can use it in your program. Is that what you want? -Original Message- From: Clement [mailto:[EMAIL PROTECTED] Sent: June 6, 2003 2:53 AM To: Tomcat Users List Subject: Tomcat configuring for email

Re: Tomcat configuring for email

2003-06-06 Thread Clement
] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, June 06, 2003 23:17 Subject: RE: Tomcat configuring for email Don't understand your question. Tomcat has built-in mail session jndi lookup. You can use it in your program. Is that what you want? -Original Message- From: Clement

RE: Tomcat configuring for email

2003-06-06 Thread John Corrigan
Subject: Re: Tomcat configuring for email Hello. Sorry for the confusion. What i meant does tomcat have a built in emailing? As u replied there is . But is it on by default? when i try running the example inside , it seems to be a dummy one. What i am trying to do is to mail a user

Re: Tomcat configuring for email

2003-06-06 Thread Clement
sorry i am at a lost... do u mean that an additional SMTP server/ program is needed?? - Original Message - From: John Corrigan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, June 07, 2003 11:41 Subject: RE: Tomcat configuring for email Provided