PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Email ReturnReceipt
Email ReturnReceipt
Iniciado por guest, 18,dic. 2014 18:54 - 3 respuestas
Publicado el 18,diciembre 2014 - 18:54
Hello all,

I use the function email ReturnReceipt, when i receive the mail in Windows mail i get the question to send a delivery receipt but it is not send to the receiver.
Is this a Windev bug?
Publicado el 18,diciembre 2014 - 19:04
Some messaging software only recognize Email.DispositionNotification

check this help page:
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://doc.windev.com/en-US/?3032029">http://doc.windev.com/en-US/&hellip;</a>
Publicado el 18,diciembre 2014 - 19:47
Paulo,

Then i have exactly the same problem.
Publicado el 18,diciembre 2014 - 20:13
Hi Sammy

if :
- you can answer to the email in question from the software, it means that the return address is correct
- the software in question asks you about the receipt, it means that it knows about the request

With the 2 lines above, I do no see how it could be a windev bug... It looks likes your soft just doesn't send the ACK...

You can test it further by doing the same thing from another email software and to another email software, and compare what's what

Best regards