Help for this page

Select Code to Download


  1. or download this
    my $email = Email::MIME->create(
    header_str =>[
    ...
            encoding => 'quoted-printable'
    }
    );
    
  2. or download this
    try {
    sendmail(
    ...
            );
    }
    catch { print $_->message};