Help for this page

Select Code to Download


  1. or download this
    Net::SMTP=GLOB(0x3d1148)>>> DATA
    Net::SMTP=GLOB(0x3d1148)<<< 354 Start mail input; end with <CRLF>.<CRL
    +F>
    Net::SMTP=GLOB(0x3d1148)>>> From: root@domain.dom
    Net::SMTP=GLOB(0x3d1148)>>> To: user@domain.dom
    
  2. or download this
    $smtp->datasend("From: $sender");
    $smtp->datasend("To: $recipient");
    
  3. or download this
    $smtp->datasend("From: $sender\n");
    $smtp->datasend("To: $recipient\n");