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:

can't include friend's email in body?
way user can click on reply.

perhaps send "both" can reply-to-all?


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -