Click to See Complete Forum and Search --> : mail


March 1st, 2000, 01:15 PM
How can i send e-mail from an applet?

kib63613
March 1st, 2000, 06:32 PM
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