Help for this page

Select Code to Download


  1. or download this
    Unknown callback: 'authname'. (user|auth|language|pass)
    
  2. or download this
      use Net::SMTP;
      use Authen::SASL;
    ...
      $NetSMTP->datasend('test text');
      $NetSMTP->dataend();
      $NetSMTP->quit;