• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Commons email

 
Ranch Hand
Posts: 168
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have any of you used Commons email ?
Im trying to send emails from my J2EE application, I was coding it all by hand now I was reading the forum, checked Jakarta commons web page and saw this email component. Is it useful ?
 
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks like it is in a pre-release stage, so I would be wary of using it in a production application. Quoted fromthe home page,

Methods and classes can and will appear and disappear without warning


You may be okay with that if you're going to be the sole maintainer of the application. :roll:
 
Giselle Dazzi
Ranch Hand
Posts: 168
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, I hadnt notice that.
My tests are all working on my personal computing using my ISP smtp server, they just dont work ( yet ) when I try to use my code in my corporate application, since Outlook ' authentication is different, will just have to look further into that...
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you are using the SandBox component of commons project. You must be very careful in testing. Actually we have used some sandbox component in our production release. The fact is that
1. we need that component urgently
2. we dont have enough time to write our own component.
Keep an eye on the sandbox component you are using, changed quickly as they improved.

Originally posted by Giselle Dazzi:
Have any of you used Commons email ?
Im trying to send emails from my J2EE application, I was coding it all by hand now I was reading the forum, checked Jakarta commons web page and saw this email component. Is it useful ?

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is this component discussed in the book ?
 
Ranch Hand
Posts: 8946
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How is Commomns email different from Java mail API?
 
Author
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Commons Email is not discussed in the book. I haven't had a look at that particular comp so not sure how it differs from JavaMail.
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Pradeep Bhat:
How is Commomns email different from Java mail API?


From the examples it looks like a simplified, stripped down API compared to JavaMail, providing no additional functionality but being easier to use for newcomers and simple applications.
 
If we don't do the shopping, we won't have anything for dinner. And I've invited this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic