Link to home
Start Free TrialLog in
Avatar of mul9933
mul9933

asked on

Sending Attached files from Perl program

I am trying to send an attached file from my perl program.  The e-mail must also have text content in the body of the email as well.  please advise.  Thanks.  
ASKER CERTIFIED SOLUTION
Avatar of ventolin
ventolin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mul9933
mul9933

ASKER

Do I have to install MIME::lite on my UNIX web server?  If so, where do I get it and how do I install it.
yes

http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/MIME/

or link from www.perl.com

or

perl -MCPAN -eshell

then follow the instructions to setup the shell. when done, type

install Mime::Lite