Re: How to Confirm a Mail Delivered or Not?
Posted By:
John_Zukowski
Posted On:
Saturday, March 30, 2002 04:13 PM
The FAQ already provides several tracking mechanisms. However, none of them are standard or guaranteed to work.
Re: How to Confirm a Mail Delivered or Not?
Posted By:
Simon_Ablett
Posted On:
Wednesday, March 27, 2002 06:41 AM
I may be wrong on this (!?) but email is fire-and-forget (i.e. it's not guaranteed delivery). In fact there's no guarantee that you will even receive a bounce-back if, for example, the mail address is not recognised by the destination server. Some protocols allow you to request a read receipt from the destination server but I don't know how you'd do this in JavaMail and I think it's pretty hit and miss whether or not it's implemented in the destination server.
Regards.