Posted By:
sivaram_ponraj
Posted On:
Tuesday, June 19, 2001 06:11 PM
hello gupta,
Java mail API is different from JMS.JMS is messaging server which can be used to send or store some messages .
The messages can be queued up and also u can consume the message u want using some unique id.The message can be of any content either String,Bytes etc.
JMS by itself is not having API to send emails.So Use java mail api to send emails from u r application.Bye