Hi all, i have to write a servlet that takes recipients address and generate a email to him. i am totally new to this concept of using servlet for email notification.
can anybody help me in this matter?
Thanks and Regards,
Ravinder Rana
Greenhorn
Joined: Dec 07, 2006
Posts: 19
posted
0
You can do this using Java mail API. To learn more about it, follow this link Java Mail API
Danny Varghese
Greenhorn
Joined: Jul 21, 2005
Posts: 7
posted
0
Hello,
I've had experience with this and just to add to Ravinder's comments, you can also use spring to configure the mail message.
you can also use spring to configure the mail message
Since the original post doesn't mention that Spring is being used, it seems like serious overkill to use it just to send emails. JavaMail is easy to get started with.