Re: Is there any way to send an Email with an attachment !

2000-11-12 Thread M. Simms
add Multipart msg.saveChanges(); // save changes > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Venu Gopal > Sent: Saturday, November 11, 2000 3:27 AM > To: [EMAIL PROTECTED] > Subject

Re: Is there any way to send an Email with an attachment !

2000-11-11 Thread Venu Gopal
w.jsp?EID=30251 > they hav a sample code for sending a mail with an > attach using javamail > api's > - Original Message - > From: Bhuvaneswari Palanivel > <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, November 08, 2000 4:33 AM &g

Re: Is there any way to send an Email with an attachment !

2000-11-08 Thread Aby Kuriakose
]> Sent: Wednesday, November 08, 2000 4:33 AM Subject: Is there any way to send an Email with an attachment ! > Hi, > > I am using Java Mail API for sending mail. Is there any method or something > to send a email with an attachment? > Please refer s

Re: Is there any way to send an Email with an attachment !

2000-11-08 Thread Aby Kuriakose
0 4:33 AM Subject: Is there any way to send an Email with an attachment ! > Hi, > > I am using Java Mail API for sending mail. Is there any method or something > to send a email with an attachment? > Please refer some

Re: Is there any way to send an Email with an attachment !

2000-11-08 Thread maurice coyle
you have to make a multi-part message and set the second part of it as the file. construct the rest of the message as normal(from, to, etc.): MimeMessage msg = new MimeMessage(session); MimeBodyPart mimepart1 = new MimeBodyPart(); mbp1.setText(msgText1); MimeBodyPart mimepart2 = new MimeBody

Is there any way to send an Email with an attachment !

2000-11-08 Thread Bhuvaneswari Palanivel
Hi, I am using Java Mail API for sending mail. Is there any method or something to send a email with an attachment? Please refer some site name. Thanks, Bhuvana === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signo