how can i write a email function using jsp which have reply, forward, address book function like yahoo email function.

Recommended Answers

All 2 Replies

use the JavaMail and Activation framework

well, first you don't use JSP for the actual emailing.
You use servlets or EJB for that, the JSP are only the frontend (the screens) to display data and enable to user to interact with the system.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.