Board index » delphi » Re: How to avoid product delivery emails to get lost (spam filters ) ?
Tom Reiertsen
![]() Delphi Developer |
Re: How to avoid product delivery emails to get lost (spam filters ) ?2005-01-26 07:47:27 PM delphi225 "Gerrit Beuze" <gerrit[at]modelmaker[dot]demon[dot]nl>writes Quote
1. In the payment confirmation screen display a link that the user has to click to get to a webserver you control. 2. At this webserver, make the user enter it is e-mail address (or it can be pre-filled by the previous link) and press a submit button. 3. Logic at your webserver should the validate the address (and whatever else information is needed) and submit an e-mail to the customer. 4. Display a confirmation to the customer on the webpage that the e-mail was sent. If the customer doesn't receive the e-mail at least he knows it was sent and can do this again after disabling any spam-filters or whatever. Best Regards, Tom Reiertsen |