arin Velikov [SMTP:[EMAIL PROTECTED]]
> > Verzonden:dinsdag 14 november 2000 9:14
> > Aan: [EMAIL PROTECTED]
> > Onderwerp:Re: Send Mail Example
> >
> > Sorry
> >
> > Please replace:
> >
> > URL u = new URL("mailto:" +
:14
> Aan: [EMAIL PROTECTED]
> Onderwerp: Re: Send Mail Example
>
> Sorry
>
> Please replace:
>
> URL u = new URL("mailto:" + email); // Create a mailto: URL
>
> with:
>
> URL u = new URL("mailto:" + ToEmailAddr); // Create a
Sorry, in fromRequest.jsp change "fromName" by "fromNom" and "toName" by
"toNom"
JM.
--
formRequest.jsp
=
Hi !
try this :
---
sendMail.jsp
<%@ page import="java.util.Properties, javax.mail.*, javax.mail.internet.*" %>
<%
// Recup des infos requises pour le mail
String fromAddr = request.getParameter("fromAddr");
Hi,
the central stuff follows. Put the appropriate
parameters into a hashtable and call this method.
ron
private void sendMail( Hashtable params ) throws
AddressException, MessagingException
{
String mailServer = (String) params.get(
"mailServer" );
String subject =
1 row
outmail.println("row2"); // 2 row
// Close the stream to terminate the message
outmail.close();
} catch (Exception ex) {
}
Marin.
- Original Message -
From: "Tripat Singh" <[EMAIL PROTECTED]>
To: <[E
i tried this but it doesn't works for me. It throws an Unknown Host
Exception. Have u run the example code successfully.
Regards
- Original Message -
From: "Marin Velikov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 14, 2000 1:43 PM
Sub
It's the string containing the actual email address:
eg: '[EMAIL PROTECTED]'
Hi
> -Messaggio originale-
> Da: Tripat Singh [mailto:[EMAIL PROTECTED]]
> Inviato: martedì 14 novembre 2000 7.53
> A: [EMAIL PROTECTED]
> Oggetto: Re: Send Mail Example
>
&
AIL PROTECTED]>
Sent: Tuesday, November 14, 2000 8:53 AM
Subject: Re: Send Mail Example
> Please specify what does email stands for in
>
> URL u = new URL("mailto:" + email); // Create a mailto: URL
>
> regards
>
>
>
> - Original Message -
>
Please specify what does email stands for in
URL u = new URL("mailto:" + email); // Create a mailto: URL
regards
- Original Message -
From: "Marin Velikov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 13, 2000 10:33 PM
Subje
Behalf Of Mukesh Jain
Sent: Tuesday, November 14, 2000 4:36 AM
To: [EMAIL PROTECTED]
Subject: Re: Send Mail Example
At first glance I see one problem:
I don't think u can set or get the properties this way
set_propertyname or get_propertyname
There shouldn't be any underscore there. It
ECTED]
> Subject: Re: Send Mail Example
>
>
> HI
>
> // Code start here:
> String FromEmailAddr="[EMAIL PROTECTED];
> String ToEmailAddr="[EMAIL PROTECTED]";
>
> String[] emailMessage = new String[3];
> emailMessage[0] = "Subject:blabla ";
>
, Srikanth [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, November 13, 2000 10:53 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Send Mail Example
>
> Hi All,
>
> I am tring to insert values into database,
> Here is my code, can any one tell me what is the problem?
>
&
http://www.webtechniques.com/sourcecode/2000/12/java/1.lst
WebTechniques just had an article about sending Email from Java.
-Original Message-
From: Antonio W. Lagnada [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 13, 2000 8:18 AM
To: [EMAIL PROTECTED]
Subject: Send Mail Example
Hi All,
I am tring to insert values into database,
Here is my code, can any one tell me what is the problem?
My bean code is
public class GroupCodes
{
Connection con;
private String cgt_code_group_type_cd;
private String cgt_code_group_desc;
private String ct_code_type_cd;
Close the stream to terminate the message
outmail.close();
// Code end Here.
That's work.
Marin
- Original Message -
From: "Antonio W. Lagnada" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 13, 2000 6:17 PM
Subject: Send Mail Example
>
There is one in the Archives
Sanjay
-Original Message-
From: Antonio W. Lagnada [mailto:[EMAIL PROTECTED]]
Sent: 13 November 2000 16:18
To: [EMAIL PROTECTED]
Subject: Send Mail Example
Hello All,
Does anyone have a simple example on how send an email for in JSP or
Servlet?
Any help
Hello All,
Does anyone have a simple example on how send an email for in JSP or
Servlet?
Any help would be appreciated.
Thanks
--
Antonio W. Lagnada
Ecommerce Consultant
[EMAIL PROTECTED]
This email address is specifically
for JSP-Interest email list.
Remove _NOSPAM for the actual email.
__
18 matches
Mail list logo