Help for this page

Select Code to Download


  1. or download this
    $msg->send || die "you DON'T have mail!";
    
  2. or download this
    if($msg->send()) {
     # Say that the message was sent... or if in a subroutine just:
    ...
     # Give error message but what do we show to actually put what happene
    +d? if in a subroutine return 0; but set an error such as:
    #$Mime::Lite::error or something similar...
    }