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.
The moose likes Other JSE/JEE APIs and the fly likes JavaMail - What additional setup is required to send email using JavaMail? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "JavaMail - What additional setup is required to send email using JavaMail?" Watch "JavaMail - What additional setup is required to send email using JavaMail?" New topic
Author

JavaMail - What additional setup is required to send email using JavaMail?

shreyas patel
Greenhorn

Joined: Sep 02, 2004
Posts: 7
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
Moving this discussion to "Other Java APIs" forum.


Open Group Certified Distinguished IT Architect. Open Group Certified Master IT Architect. Sun Certified Architect (SCEA).
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336


As the name suggests, JavaMail API is interface. Where can we find implementation of this API?

You can get it from Sun since its their product.

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?


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: JavaMail - What additional setup is required to send email using JavaMail?
 
Similar Threads
Best way to create a dynamic HTML Email from a servlet
How to receive Messages in Java Mail Server
how to mail using jsp
How to set number of min/max beans in pool (session ejb)
javamail and imap