Help for this page

Select Code to Download


  1. or download this
    use Net::SMTP;
    use strict;
    ...
    $smtp->datasend("--$boundary\n");
    $smtp->dataend();
    $smtp->quit;
    
  2. or download this
    <form action="mailscript.pl" method="post" enctype="multipart/form-dat
    +a">
     <p>Name: <input type="text" name="sender_name" /></p>
    ...
     <p>Your Email Address: <input type="text" name="email_address" /></p>
     <p><input type="submit" name="Submit" value="Submit Form" /></p>
    </form>