opensourcer has asked for the wisdom of the Perl Monks concerning the following question:
$msg = MIME::Lite::TT::HTML->new( From => 'arun@Xxxxx.net', To => 'arun@xxxxx.net', Subject => $myhash->{TITLE}, Template => { html => 'Mytemp.ht +ml.tt', }, TmplOptions => \%options, TmplParams => \%params, Type => 'multipart/mixed', ); # Set our content type properly #$msg->attr("content-type" => "multipart/mixed"); # Attaching resume $msg->attach( Type => 'application/msword', Path => 'attachments', Filename => 'some.doc', Disposition => 'attachment', Encoding =>'base64', );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MIME::Lite::TT::HTML Sending attachments as blank
by Anonymous Monk on Feb 23, 2011 at 05:01 UTC | |
by opensourcer (Monk) on Feb 23, 2011 at 05:04 UTC | |
by Anonymous Monk on Feb 23, 2011 at 13:02 UTC | |
by opensourcer (Monk) on Feb 23, 2011 at 06:53 UTC | |
by opensourcer (Monk) on Feb 24, 2011 at 07:08 UTC |