Re: [OT] multipart/mime messages [was: Re: Missing src/include/alloc.h ?]

2000-08-28 Thread marcel

In modperl, you wrote:

"Ime Smits" [EMAIL PROTECTED] 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.

-- 
Marcel Gr\"unauer - Codewerk plc . . . . . . . . . . . http://www.codewerk.com
Perl Consulting, Programming, Training, Code review . . .  [EMAIL PROTECTED]
mod_perl, XML solutions - email for consultancy availability
sub AUTOLOAD{($_=$AUTOLOAD)=~s;^.*::;;;y;_; ;;print} Just_Another_Perl_Hacker();



Re: [OT] multipart/mime messages [was: Re: Missing src/include/alloc.h ?]

2000-08-28 Thread David Hodgkinson


[EMAIL PROTECTED] writes:

 In modperl, you wrote:
 
 "Ime Smits" [EMAIL PROTECTED] 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.

Yeah :-)

-- 
Dave Hodgkinson, http://www.hodgkinson.org
Editor-in-chief, The Highway Star   http://www.deep-purple.com
  Apache, mod_perl, MySQL, Sybase hired gun for, well, hire
  -



[OT] multipart/mime messages [was: Re: Missing src/include/alloc.h ?]

2000-08-27 Thread Ime Smits

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.

Ime

- Original Message -
From: "Steven Zhu" [EMAIL PROTECTED]
To: "George Sanderson" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: 2000-08-27 16:27
Subject: Re: Missing src/include/alloc.h ?


| Hi Gang:
|
| 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. Enclude
| is the original script: