| Java Applets (4) |
Send an Email from a Java applet
(1 votes). Leave comments and/ or rate it.
Question: How do I send an email from my java applet?Answer: Here's an easy shortcut using the mailto: protocol handler. You can add arguments to the url using the subject and body field.For full control, research the Java mailAPI.
Comments:
|