Help for this page

Select Code to Download


  1. or download this
    $ dig networksolutions.com mx
    
    ...
    networksolutions.com.   10800   IN      MX      10 mail.networksolutio
    +ns.com.
    
    [snip]
    
  2. or download this
    use Net::SMTP;
    
    ...
    $smtp->datasend(@message_text);
    $smtp->dataend();
    $smtp->quit();
    
  3. or download this
    sub smtp_connect
    {
    ...
      }
      undef;
    }