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

2006-06-15 Thread Sunil_Sahu
Users Mailing List" 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 1

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
ROTECTED]> 06/16/2006 10:36 AM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject urgent- exception in sending e-mail from application Hello friends I am trying to send mail from my application Here is the code Prop

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 =

urgent- exception in sending e-mail from application

2006-06-15 Thread Patil, Sheetal
Hello friends I am trying to send mail from my application Here is the code Properties properties = System.getProperties (); properties.put ("mail.smtp.host","smtp host name"); Session session = Session.getDefaultInstance (properties,null);

urgent- exception in sending e-mail from application

2006-06-15 Thread Patil, Sheetal
Hello friends I am trying to send mail from my application Here is the code Properties properties = System.getProperties (); properties.put ("mail.smtp.host","smtp host name"); Session session = Session.getDefaultInstance (properties,null);