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

2006-06-15 Thread Sunil_Sahu
1:53 AM To: Struts Users Mailing List Cc: Patil, Sheetal Subject: RE: urgent- exception in sending e-mail from application Sheetal, I don't think there is any problem with network, because if you are able to ping it, then it should connect also by your program but for this you need the port

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

2006-06-15 Thread Patil, Sheetal
to "Struts Users Mailing List" To "Struts Users Mailing List" 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

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

2006-06-15 Thread Sunil_Sahu
g List" To "Struts Users Mailing List" 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:

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

2006-06-15 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 serve

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

2006-06-15 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-15 Thread Mon Cab
gt; > > -Original Message- > From: Mon Cab [mailto:[EMAIL PROTECTED] > Sent: 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

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

2006-06-15 Thread Patil, Sheetal
s 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 e-mail from application > > Patil > > Your

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

2006-06-15 Thread Mon Cab
gt; > -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 authenticat

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 to

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 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 =