On Mon, 2005-07-25 at 16:46, Tim Johnson wrote:
> Looking at the documentation, it looks like what you want is the Data
> field when you initialize your message.
> 
> Data => "whatever";

That's true, but what I need is either:
Data => "<whatever_filename";

or

Data => "< the results of about 6 $sth->fetchrow_arrays"

I don't know how to do either, unfortunately.

> 
> -----Original Message-----
> From: Charles Farinella [mailto:[EMAIL PROTECTED] 
> Sent: Monday, July 25, 2005 1:50 PM
> To: Perl Beginners
> Subject: MIME::Lite message text
> 
> I'm trying to send a multipart mail message using MIME::Lite.
> 
> [Tim Johnson] <snip>
> 
> I can do it by making 2 attachments, one a text file, the other the
> tarball, but what I really want to do is print the text inline, not as
> an attachment.  
> 
> [Tim Johnson] <snip>
-- 
Charles Farinella 
Appropriate Solutions, Inc. (www.AppropriateSolutions.com)
[EMAIL PROTECTED]
603.924.6079


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to