Ok, maybe I really don want to use an applet, what should I do instead?
In general, we recommend use of a servlet (or JSP) to collect a mail message and send it using JavaMail. The demo servlet included in the JavaMail download package illustrates this approach. The Email Web Application demo program on the Sun Developer Network illustrates another approach using JavaServer Pages.