Help for this page

Select Code to Download


  1. or download this
    $smtp->datasend ("To : $recip\n");
    $smtp->datasend ("\n"); # break between headers and content
    $smtp->datasend ("foo\n");
    $smtp->datasend ("bar\n");
    $smtp->datasend ("baz\n");
    
  2. or download this
    To : user
    
    foo
    bar
    baz