Receiving email using JavaMail API

In the previous article, we have looked at sending mail with Java Mail API.Sending e-mail was relatively simple with only…

11 years ago

Send an Email via Gmail SMTP

We can send email by using the SMTP server of gmail. It is good if you are don't have any…

11 years ago

Sending Email JavaMail API

Here is an example to send a simple email. Here we have used SMPT server via which emails are sent…

11 years ago

JavaMail API Core Classes

The JavaMail API consists of some interfaces and classes used to send, read, and delete e-mail messages. Though there are…

11 years ago

JavaMail API Environment Setup

You will install Sun's JavaMail reference implementation .After you install the Sun's JavaMail reference then introduce the demonstration programs that…

11 years ago

Java Mail API Tutorial

The Java Mail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The Java Mail API…

11 years ago

Servlets – Database Access Example

Accessing Database from servlets through JDBC! Accessing Access Database From Servlet This article shows you how to access database from…

11 years ago