I have a script that is automated every morning. 
I want to send this out to the team without logging onto the network and emailing the 
file from a shell script that i also wrote like this:
 

`mailx -s "Email Header" [EMAIL PROTECTED] < filename.txt`;

 

so, I hear PEAL has emailing (in attachment format) capabilities? I down-loaded the 
module MIME::Lite, but I am not sure how to get this going. Can anyone help? Or is 
there a better (or other) way?

Regards,

JC

Reply via email to