Mike Blezien wrote: > 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
I'm assuming you want the MIME/Type, application/pdf. Not sure what this has to do with CGI though. http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>