RE: SMTP configurations

2009-06-12 Thread Caldarale, Charles R
> From: Dharani [mailto:vishgnanik...@gmail.com] > Subject: SMTP configurations > > Can anyone tell me what are the configurations I must do in my Tomcat > server in order to send mails using my web app? You could always try reading the doc: http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-

RE: SMTP configurations

2009-06-12 Thread Peter Crowther
> From: Dharani [mailto:vishgnanik...@gmail.com] > Can anyone tell me what are the configurations I must do in > my Tomcat server > in order to send mails using my web app? None, unless you're using a security manager. But you may need some configuration in your webapp, depending what package yo

Re: smtp server

2007-08-14 Thread David kerber
We use Gordano's NTMail. It's not free, but has worked well for us and isn't very expensive for a small number of mailboxes. Mike Peremsky wrote: I am trying to create a simple registration application right now that should send an email to the user after registration. Are there free smtp ser

RE: SMTP

2007-07-13 Thread Propes, Barry L
depends...you might still have relay problems, as per incumbent upon restrictions by your provider. -Original Message- From: Mike Peremsky [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 2:15 PM To: users@tomcat.apache.org Subject: SMTP Does anything special need to be set up on m

Re: SMTP

2007-07-13 Thread Edoardo Panfili
Mike Peremsky ha scritto: Does anything special need to be set up on my local machine (Windows XP) to get SMTP working with Tomcat and JavaMail? Mike I am using java mail, I have two jars in the tomcat lib directory: mail.jar activation.jar take a look at http://java.sun.com/products/j