This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
JavaMail - What additional setup is required to send email using JavaMail?
shreyas patel
Greenhorn
Joined: Sep 02, 2004
Posts: 7
posted
0
As the name suggests, JavaMail API is interface. Where can we find implementation of this API?
In other words, what addtional setup is required to send email using the JavaMail API? Any additional hardware/software required?
Other question is what is better option? 1 EmailSender SessionBean -> EmailSenderAdapter -> EmailServer(Implemetation of JavaMail) 2 EmailSender SessionBean -> EmailDAO
Ajith Kallambella
Sheriff
Joined: Mar 17, 2000
Posts: 5782
posted
0
Moving this discussion to "Other Java APIs" forum.
Open Group Certified Distinguished IT Architect. Open Group Certified Master IT Architect. Sun Certified Architect (SCEA).
The only real extra requirement is an SMTP server.
Not sure I understand your last question. A DAO is a pattern normally associated with a persistance layer, are you intending to persist mesjsages before sending them?