RE: urgent- exception in sending e-mail from application

2006-06-16 Thread Mon Cab
: Friday, June 16, 2006 11:12 AM To: Struts Users Mailing List Subject: RE: urgent- exception in sending e-mail from application Are you on the same network as the SMTP host? Can you ping the host? --- Patil, Sheetal [EMAIL PROTECTED] wrote: Hi thx for reply I have tried to use

RE: urgent- exception in sending e-mail from application

2006-06-16 Thread Patil, Sheetal
No smtp server is not on our network Our network is 10.9.57.* And Smtp is on 10.9.57.29 -Original Message- From: Mon Cab [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 11:32 AM To: Struts Users Mailing List Subject: RE: urgent- exception in sending e-mail from application

Re: urgent- exception in sending e-mail from application

2006-06-16 Thread Sunil_Sahu
Sheetal, I think problem is with the port number only. Default port would always be 25 for the mail server and you are not specifying the any specific port number in your program it means it will pick the default port number but you should first check it with your network people that mail

RE: urgent- exception in sending e-mail from application

2006-06-16 Thread Sunil_Sahu
Mailing List user@struts.apache.org cc Subject RE: urgent- exception in sending e-mail from application No smtp server is not on our network Our network is 10.9.57.* And Smtp is on 10.9.57.29 -Original Message- From: Mon Cab [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006

RE: urgent- exception in sending e-mail from application

2006-06-16 Thread Patil, Sheetal
@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject RE: urgent- exception in sending e-mail from application No smtp server is not on our network Our network is 10.9.57.* And Smtp is on 10.9.57.29 -Original Message- From: Mon Cab [mailto:[EMAIL

RE: urgent- exception in sending e-mail from application

2006-06-16 Thread Sunil_Sahu
@struts.apache.org cc Subject RE: urgent- exception in sending e-mail from application Oh my mistake Actually Our network is 10.9.57.* And Smtp is on 10.9.55.29 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 11:53 AM

Re: urgent- exception in sending e-mail from application

2006-06-15 Thread Mon Cab
Patil Your smtp server may require authentication. Find out and, if so, Add the following lines to your code. class MyAuthenticator extends Authenticator { protected PasswordAuthentication getPasswordAuthentication() { PasswordAuthentication pa =

RE: urgent- exception in sending e-mail from application

2006-06-15 Thread Patil, Sheetal
Hi thx for reply I have tried to use the authentication, as u describe but still the exception is same Thanks Shital -Original Message- From: Mon Cab [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 10:48 AM To: Struts Users Mailing List Subject: Re: urgent- exception in sending

RE: urgent- exception in sending e-mail from application

2006-06-15 Thread Patil, Sheetal
-Original Message- From: Mon Cab [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 10:48 AM To: Struts Users Mailing List Subject: Re: urgent- exception in sending e-mail from application Patil Your smtp server may require authentication. Find out and, if so, Add the following lines

RE: urgent- exception in sending e-mail from application

2006-06-15 Thread Mon Cab
:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 10:48 AM To: Struts Users Mailing List Subject: Re: urgent- exception in sending e-mail from application Patil Your smtp server may require authentication. Find out and, if so, Add the following lines to your code. class

RE: urgent- exception in sending e-mail from application

2006-06-15 Thread Patil, Sheetal
-Original Message- From: Mon Cab [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 10:48 AM To: Struts Users Mailing List Subject: Re: urgent- exception in sending e-mail from application Patil Your smtp server may require authentication. Find out and, if so, Add the following lines