• 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

problem email notification

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I have written email client , the email client is sending the mails but when I requested for the automatic notification , the receipt mail is not coming back
properties that are placed

I do have a chance of notification thru the header but I donotwant it
ex : message.setHeader("Disposition-Notification-To","email@gmail.com");

Wanted an Automatic notification when the mail has been received by the receipient

example program What I was trying to get the notification


[ UD: added code tags and removed personal email details ]
[ March 17, 2006: Message edited by: Ulf Dittmer ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

Email receipts do not generally work across all clients. Each client can turn them off, or they may be filtered by the email server. While it may be possible to rely on them in certain intranet settings, there is no way to enforce getting them over the internet.

Be aware that many people regard read receipts as an intrusion of their privacy. I would advise to consider carefully where and when to use them, and in general, just don't do it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic