Help for this page

Select Code to Download


  1. or download this
    $smtp->datasend("Content-type: multipart/mixed;\n\tboundary=\"$boundar
    +y\"\n");
    $smtp->datasend("\n");
    ...
    $smtp->datasend("Content-type: text/plain; charset=\"UTF-8\"\n");
    $smtp->datasend("Content-Disposition: quoted-printable\n");
    $smtp->datasend("\n");
    
  2. or download this
    $smtp->datasend("Content-type: multipart/mixed;\n\tboundary=\"$boundar
    +y\"\n");
    $smtp->datasend("Content-type: text/plain; charset=\"UTF-8\"\n");
    $smtp->datasend("Content-Disposition: quoted-printable\n");
    $smtp->datasend("\n");