use MIME::Lite; $m = MIME::Lite->new( From =>'me@abcd.com', To =>'xx@y.com', Subject =>'Hi', Type =>'application/xls', Encoding =>'base64', Path =>'abcdef.xls' ); $m->send;
In reply to Re: Sending Attachments PERL
by borisz
in thread Sending Attachments PERL
by mrbbq
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |