• Sponsored Links :

webform

Using JavaMail in Website forms

While building Web sites, Java developers have to sometimes provide functionality of allowing user to submit feedback by an email account; or a functionality wherein logged-in users can send messages as emails to customers or clients from a common account. For providing such functionality there's a Java API called JavaMail API. It provides a mail and messaging framework that can be used to send messages from the host mail server.

imran's picture