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:


Reply via email to