|
|
|
|
|
by medmunds
3654 days ago
|
|
You're doing it right. The important part to avoid DMARC filtering is that the actual email address in the From field match your actual sending domain. The display name doesn't matter (for DMARC filtering). However, there's another problem: Many email clients hide the email address part by default, and only show the display name. So the recipients may not see "donotreply" without some extra clicking. Worse, if that address gets auto-added to their address book, they may accidentally send to it later: the client autocompletes "John Smith", and the user doesn't realize it's actually your donotreply email. One way to cut down on this is to include your company in the display name. I usually use: From: "John Smith via ExampleCo" <donotreply@example.com>
but have also had good results (delivery and open rates) with: From: "ExampleCo for John Smith" <donotreply@example.com>
|
|