Help for this page
use Email::Stuffer; Email::Stuffer->from('sender@example.com') ... ->text_body('Here's the log file.') ->attach_file("$logpath.zip") ->send;