Our webapp sends out mails on behalf of its users. The header fields are set as following:
HEADERFIELD MAILADDRESS NAME
------------------------------------------------
from: [our mail address] [users name]
reply-to: [users mail address] [users name]
sender: [our mail address] [name of app]
This is working well, but on a few occasions, when the recipient reply to the mail, the reply is coming back to us (our mail address).
This leads to my question:
Does exist mail-clients who does not respect the reply-to
field or do we have to look for an explanation elsewhere?