This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of DevSecOps Adventures: A Game-Changing Approach with Chocolate, LEGO, and Coaching Games and have Dana Pylayeva on-line!
See this thread for details.
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

how the mail delivery status notification works?pls help

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

can anyone clarify more about email notification? when I create sendmail bean and notification bean to send out my email.

Do I need to create STOREevent bean (use to store the notification of the mail delivery status) and FOLDERevent bean (new folder to store my notification)?Or it is depend on the mail server or setup in mail server.

If I do not need to create STOREevent and FOLDERevent, when the notification come back it will store in where?and in what format?

If Yes I need to create FOLDERevent to create folder and STOREevent to store notification, that means everytime I call sendmail bean to send out an email I also need to call FOLDERevent bean and STOREevent bean for notification?

The notification is confusing me...pls help...

thank you.

regards,
albert
 
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Albert Sie, I am not sure, but if you can go thru the source code of any of
Open Source Web Mail Clients in Java and Open Source Mail Clients in Java, it will really help your to developer your solution.
 
Can you shoot lasers out of your eyes? Don't look at 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