We offer a function to send an article by email to a friend's personal email. We would like the friend to be able to continue the conversation simply by replying to the email.
To avoid yahoo, hotmail, etc. to flag the emails as spam due to dmarc policies violation, we follow this recommeandation.
So our header looks like this:
From: "John Doe via the Example Website" <service@website.example.com>
Reply-To: "John Doe" <john@firstmailboxprovider.com>
To: "Bob Smith" <bob@secondmailboxprovider.com>
Subject: "An article I thought you would find interesting"
Unfortunately, many (lots) of email clients simply skip the Reply-to
parameter. So, many people are responding to us instead of their friend.
What is the recommendation?
Notes:
- Respect of
Reply-to
header seems to be client dependent (not destination domain dependent). - Many solutions are unfortunately no more bulletproof in 2016: Potential issues using member's “from” address and the “sender” header