Re: Attachments within sendmail

2003-01-29 Thread Thorsten Scherler
(String)fields.get("body")); MimeMultipart multipart = new MimeMultipart(); multipart.addBodyPart(body); multipart.addBodyPart(attachment); msg.setContent(multipart); ... Geoff Howard wrote: there were some messages on this a month or so ago. Have you searched the archives for it fo

Re: Attachments within sendmail

2003-01-28 Thread Niclas Hedhman
BodyPart body = new MimeBodyPart(), > attachment = > (BodyPart)fields.get("attachment"); > body.setText((String)fields.get("body")); > MimeMultipart multipart = new MimeMultipart(); > multipart.addBodyPart(body); > multipart.addBodyPart(attachment); > m

Re: Attachments within sendmail

2003-01-28 Thread Thorsten Scherler
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 12:04 PM To: [EMAIL PROTECTED] Subject: AW: Attachments within sendmail Thanks for the reply. i thought nobody but me would like to have that capability. I am working on it (at the moment without any success). -Ursprüngliche Nachri

RE: Attachments within sendmail

2003-01-28 Thread Geoff Howard
D] > Subject: AW: Attachments within sendmail > > > Thanks for the reply. > > i thought nobody but me would like to have that capability. > > I am working on it (at the moment without any success). > > -Ursprüngliche Nachricht- > Von: Pier Fumagalli [mailt

AW: Attachments within sendmail

2003-01-28 Thread Scherler, Thorsten
: Attachments within sendmail I'd like to have that capability (as I already use it on my employer's site), but I'll need to get acquainted with that part of the code before commenting on it... Maybe in a couple of weeks... Pier "Scherler, Thorsten" <[EMAIL PROT

Re: Attachments within sendmail

2003-01-28 Thread Pier Fumagalli
I'd like to have that capability (as I already use it on my employer's site), but I'll need to get acquainted with that part of the code before commenting on it... Maybe in a couple of weeks... Pier "Scherler, Thorsten" <[EMAIL PROTECTED]> wrote: > > Am I the only one, who wants to attach fi

Attachments within sendmail

2003-01-28 Thread Scherler, Thorsten
Am I the only one, who wants to attach files to sendmail? > Mit freundlichem Gruss, > > Thorsten Scherler > Marketing / Telefonmarketing > > Weidmüller GmbH & Co. > P.O. Box 2807 > 33058 Paderborn > Tel.:+ 49 - 5252-960-350 > Fax:+ 49 - 5252-960-116 > eMail: [EMAIL PROTECTED] > http://www.weidm