AppletMail


Author: Unknown


This applet will allow your visitors to send you e-mail. Go ahead and try it. Send me some e-mail! To add this feature to your page, follow the directions below.


1. Download AppletMail.class and MailDialog.class and load them in your home page directory.

2. Copy and paste the html code below on your page.

3. Make any necessary changes to the html code.


<applet codebase="Your page directory here" code="AppletMail.class" width=50 height=50> <param name="recipient" value="Your e-mail address here"> <param name="smtpport" value="25"> <param name="subject" value="From the mailing applet."> <param name="debug" value="false"> <param name="url" value="The directory of the page where the form is goes here.html"> Sorry your browser doesn't support Java <a href="Your e-mail address again">The name you want mail sent to goes here</a> <!-- setings below only for the textarea --> *LT;param name="font" value="Dialog"> <param name="lettertype" value="1"> <param name="lettersize" value="17"> </applet>

Back to the Applets!