smtp server

2007-08-14 Thread Mike Peremsky
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 servers or any that are recommended over others for running on a windows box? I am using Tomcat 5.0 and javamail. TIA - Mike

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

Re: Help required setting up smtp server

2007-07-17 Thread hanasaki
accessed by LotusMail or Outlook. -Original Message- From: Mike Peremsky [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 04, 2007 11:28 AM To: users@tomcat.apache.org Subject: Help required setting up smtp server I followed the example in the Tomcat JNDI docs on setting up

RE: Help required setting up smtp server

2007-07-09 Thread Propes, Barry L
, July 04, 2007 11:28 AM To: users@tomcat.apache.org Subject: Help required setting up smtp server I followed the example in the Tomcat JNDI docs on setting up and sending an email (C:\apache-tomcat-5.5.23\webapps\tomcat-docs\jndi-resources-howto.html) but am still receiving

Help required setting up smtp server

2007-07-04 Thread Mike Peremsky
I followed the example in the Tomcat JNDI docs on setting up and sending an email (C:\apache-tomcat-5.5.23\webapps\tomcat-docs\jndi-resources-howto.html) but am still receiving a javax.mail.MessagingException: Could not connect to SMTPhost: localhost, port: 25 The strange thing is