• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to detetct bounced emails ???

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on mailing the newsletter.
I am picking the emails from the database and frwding the mails.

I want to know how the bounced emails will affect my server?

Is there any way to detect bounced emails so as to delete those enries from the database??

my mailing code is in jsp. and my server is SQL.

what r diffrent kind of bounces such as Hard Bounce , Soft Bounce etc..

pls help..........
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure what this has to do with JSP... I'll move this to the 'Other Java APIs' forum since I assume you're using JavaMail, and the question has more to do with JavaMail than with JSP.

I did find something that may be of intrest to you, though. It looks like the Jakarta Commons Email API has some ideas on how to handle bounced emails.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic