in reply to MIME::Lite and body contents
But you haven't said what does or doesn't work. What is the problem?$msg = MIME::Lite->new( From => 'Netbackup@companyname.net', To => "$Email_List", Subject => "${hostname} Available Tape Report", Type => 'TEXT', # or 'text/plain','text/html' etc Path => $OutFile, ReadNow => 1);
clint
|
|---|