Hello,

we're setting up a script to attach mainly PDF files. And was wondering when setting up the code to attach the file, what TYPE attribute is used:

<snip>
    $msg->attach(Type     =>'', # WHAT TYPE HERE TO USE ??
                 Path     =>'/path/to/somefile.pdf',
                 Filename =>'Document.pdf',
                 Disposition => 'attachment'
                 );
</snip>

is the specific what to code MIME Lite to send a TEXT/HTML message with a PDF file attached ??

TIA
--
Mike(mickalo)Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://thunder-rain.com/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


--
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