Help for this page

Select Code to Download


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