Help for this page

Select Code to Download


  1. or download this
      MIME::Lite->send('smtp','example.com',Debug=>1) || die $!;
    
  2. or download this
    $msg->send('smtp','example.com',Debug=>1) || die $!;