| Programming JAVA Enterprise Edition (J2EE) - Java Mail |
Purpose:
Java Mail provides a collection of abstract classes that define the common objects and their interfaces for any general mail system.
Outcome:
The ability to send message using Java Mail API.
Outline:
- Understanding the protocols for Java Mail
- Java Mail Components
- Session Management
- Message Manipulation
- Message Content
- Mail Storage and retrieval
- Transportation with javax.mail Transport
- Sending Mail and attachment
- Receiving e-mail
|