dmarc - Reply-to ignored in emails sent on behalf of user on other domains -
we offer function send article email friend's personal email. friend able continue conversation replying email.
to avoid yahoo, hotmail, etc. flag emails spam due dmarc policies violation, follow this recommeandation.
so our header looks this:
from: "john doe via example website" <service@website.example.com> reply-to: "john doe" <john@firstmailboxprovider.com> to: "bob smith" <bob@secondmailboxprovider.com> subject: "an article thought find interesting"
unfortunately, many (lots) of email clients skip reply-to
parameter. so, many people responding instead of friend.
what recommendation?
notes:
- respect of
reply-to
header seems client dependent (not destination domain dependent). - many solutions unfortunately no more bulletproof in 2016: potential issues using member's “from” address , “sender” header
can't include friend's email in body?
way user can click on reply.
perhaps send "both" can reply-to-all?
Comments
Post a Comment