send an email for an Applet....please help ..

hello guys...

i have an applet that works much like an HTML form...

it is a form for products and after having filled that the information has to be updated to the database and the concern people of the company should get an email for the same ....

how can i send that mail from this Applet... !?!?

hope someone has some idea about it.. !!!

please help..

[400 byte] By [genghiz] at [2007-9-26 3:43:58]
# 1

You should be able to use JavaMail from an applet. The general outline would be the same as from a stand-alone application. However make sure you read the notes (found in %JAVAMAIL_HOME%/NOTES.txt once you install JavaMail) to know about some issues associated with using JavaMail from applets running certain browsers.

neville_sequeira at 2007-6-29 12:23:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Almost same scenario for me. Would appreciate sample code if available for this, since i am not much familiar with servlets (but good experience with applets).
chadorbaf at 2007-6-29 12:23:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...