Help for this page

Select Code to Download


  1. or download this
        my $from = 'xxx <coo@site.net>';
        my $to = 'tester <me@gmail.com>';
        my $subject_val = "Your recent order";
    ...
        $mailer->datasend($msg->as_string);
        $mailer->dataend();
        $mailer->quit();