Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use MIME::Lite;         # send mail attachments
    ...
                    );
        # Send
        $msg->send or print "Error: $@\n";
    
  2. or download this
    sendmail: fatal: No recipient addresses found in message header
    Error:
    
  3. or download this
        eval{$msg->send};
        print "Error: $@\n" if($@);