ignorant_mime

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



modperl@apache.org

Subject: [OT] multipart/mime messages [was: Re: Missing src/include/alloc.h ?]
From: "Ime Smits" <ime@iae.nl>
Date: Mon, 28 Aug 2000 05:39:12 +0200


Steven Zhu" <Steven.Zhu@springbow.com> wrote:


| First of all, i would like to apologize this email for non-modperl
| question. I really have trouble to find correct discussion group 
| to ask help. The question is:
|
| I wrote a perl script to send out my postcard for over 300 my 
| friends. The textbody is my postcard which is html file
| including over 30 images. I want all of my friends see 
| the postcard immediately but not html file. I tried and tested. 
| My friends just got html file not postcard. How can i do that? 
| I know that if you send it from netscape message, you have 
| choice using send html but i have to write script for over 
| 300 people. Is any way to do that? Thank you very much 
| for advices. Include is the original script:

You should compose a multi-part mime message in that
case. I'm not sure if there are modules around to do that in
perl, but the quick and dirty thing I once did is just
compose a message with inline images and stuff in Netscape
or Outlook, send it to myself, copy and paste the message
source including all of it's inline multi-part mime-encoded
attachments to a file, let perl search and replace some
headers and personal info and post that using sendmail -t or
Net::SMTP.

===

Subject: Re: [OT] multipart/mime messages [was: Re: Missing src/include/alloc.h ?]
From: marcel@codewerk.com
Date: Mon, 28 Aug 2000 10:22:45 +0200

In modperl, you wrote:
>
>"Ime Smits" <ime@iae.nl> writes:
>
>> You should compose a multi-part mime message in that case. I'm not sure if
>> there are modules around to do that in perl...
>
>That would be Mime::Lite.

Actually, that would be MIME::Lite.

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu