Allowing for attachments
 
The application has the ability to accept any number of files from the user and attach them to the E-mail message. For this all one needs to do is add in an input type of file and change the encode type of the html form object by adding in enctype="multipart/form-data" to the form definition like so:
      <form enctype="multipart/form-data" method="post" action="http://chico.nss.udel.edu/mailto/mailto">
    

Mailto: (fill in your email address here)
Replyto: (fill in your email address here)
File 1:
File 2:

 
Tutorial   |   Mailto Instructions   |   Bounce Instructions