How can i send e-mail from an applet?
Printable View
How can i send e-mail from an applet?
you may send your mail information to the server which relay your
mail to the mail server to send your email. In the applet, it is no way
to send your email to the mail server directly. in the middle server,
you may consider JavaMail to take this duty used to send emails to
the mail server.
good luck
Alfred Wu