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
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
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:
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
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
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
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
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
-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
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
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 =
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);
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);
13 matches
Mail list logo