can't send email from tomcat using javamail api

2006-02-01 Thread Matthew Evans
Hi Guys I'm running a web application on Tomcat 5.5.12, and I cannot connect to my SMTP server using javamail from it for some reason. The error I am getting is the following:- javax.mail.MessagingException: Could not connect to SMTP host: smtpServer, port: 25; nested exception is:

Re: can't send email from tomcat using javamail api

2006-02-01 Thread Steve Ochani
On 2 Feb 2006 at 0:12, Matthew Evans wrote: Hi Guys I'm running a web application on Tomcat 5.5.12, and I cannot connect to my SMTP server using javamail from it for some reason. The error I am getting is the following:- javax.mail.MessagingException: Could not connect to SMTP host:

RE: can't send email from tomcat using javamail api

2006-02-01 Thread Matthew Evans
No, it's running on a different server. -Original Message- From: Steve Ochani [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 February 2006 1:59 AM To: Tomcat Users List; Matthew Evans Subject: Re: can't send email from tomcat using javamail api On 2 Feb 2006 at 0:12, Matthew Evans wrote

Re: can't send email from tomcat using javamail api

2006-02-01 Thread Leon Rosenberg
: Thursday, 2 February 2006 1:59 AM To: Tomcat Users List; Matthew Evans Subject: Re: can't send email from tomcat using javamail api On 2 Feb 2006 at 0:12, Matthew Evans wrote: Hi Guys I'm running a web application on Tomcat 5.5.12, and I cannot connect to my SMTP server using javamail

RE: can't send email from tomcat using javamail api

2006-02-01 Thread Matthew Evans
Yes, and it worked fine. That's what made me even more confused. -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 February 2006 3:02 AM To: Tomcat Users List Subject: Re: can't send email from tomcat using javamail api P.S. Have you tried to execute

Re: can't send email from tomcat using javamail api

2006-02-01 Thread Leon Rosenberg
to a SQL Server database. Where would you suggest I check to be sure? Cheers Matt -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 February 2006 3:01 AM To: Tomcat Users List Subject: Re: can't send email from tomcat using javamail api just shooting

Re: can't send email from tomcat using javamail api

2006-02-01 Thread Mike Sabroff
check to be sure? Cheers Matt -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 February 2006 3:01 AM To: Tomcat Users List Subject: Re: can't send email from tomcat using javamail api just shooting from the hip... do you have any java policies

Re: can't send email from tomcat using javamail api

2006-02-01 Thread Mike Sabroff
: Re: can't send email from tomcat using javamail api just shooting from the hip... do you have any java policies configured, which forbids connections to another server? Leon On 2/1/06, Matthew Evans [EMAIL PROTECTED] wrote: No, it's running on a different server. -Original Message