Can an Email Sender See if You Forwarded Their Email?

As a software professional who has worked with email systems for over a decade, one of the most common questions I get is: can the sender tell if I‘ve forwarded an email they sent me? There‘s a lot of confusion and misinformation out there about email forwarding and privacy.

In this article, I‘ll provide a comprehensive technical explanation of exactly what happens when you forward an email, what the original sender can and can‘t see, and some best practices for keeping your email forwards private. Whether you‘re a MacOS Mail aficionado or Outlook power user, by the end you‘ll be armed with the knowledge to forward with confidence.

The Technical Details of Email Forwarding

To really understand email forwarding privacy, we need to dive into some of the technical details of how email works under the hood. Don‘t worry, I‘ll keep things as accessible as possible.

When you forward an email, your email client (like Apple Mail or Outlook), creates an entirely new message, with you as the sender. The original message is inserted into the body of this new message, usually with some header text indicating that it‘s a forwarded message.

For example, let‘s say John sends an email to Sarah, who then forwards it to Tim. The forwarded message Tim receives will have a structure something like this:

From: Sarah <[email protected]>
To: Tim <[email protected]>
Subject: Fwd: Original Subject
Date: [Date of forwarding]

------ Forwarded Message ------
From: John <[email protected]>
To: Sarah <[email protected]>
Subject: Original Subject
Date: [Date of original message]

[Original Message Body]

As you can see, the original message headers (From, To, Subject, Date) are preserved, but as part of the message body, not as the main headers. The main headers reflect the forwarded message, with Sarah as the sender and Tim as the recipient.

This new message then gets sent out through Sarah‘s email server, following the standard email flow. John‘s email server is not involved in this process and does not receive any automatic notification that the message was forwarded.

Email Tracking Techniques and Limitations

So does this mean email forwarding is completely private and untraceable? Not necessarily. While the standard email protocols don‘t provide read receipts or forwarding notifications, there are some sneaky techniques that can be used to track email engagement, to varying degrees.

The most common is the tracking pixel. This is a small, usually transparent image embedded in the email body, typically 1×1 pixel in size. When the email is opened, the image is downloaded from a server, which logs the download and associated data like IP address and user agent string.

Here‘s an example of what a tracking pixel URL might look like:

<img src="http://tracking.company.com/[email protected]&campaign=spring_sale&opened=true" width="1" height="1">

When John opens the email, his email client will download the image, sending a request to tracking.company.com with his email address, the campaign identifier, and the fact that he opened the email.

However, there are some significant limitations to tracking pixels:

  • They only indicate that the email was opened, not necessarily read
  • They don‘t specifically track forwarding, just opens
  • Many email clients block remote images by default, or provide an option to disable them
  • Privacy regulations like GDPR require user consent for this kind of tracking in many jurisdictions

According to a study by Litmus, about 43% of emails are opened with images blocked. And after Apple‘s Mail Privacy Protection update in 2021, which pre-loads images to protect user privacy, the accuracy of open tracking has declined significantly.

Read receipts are another potential tracking method, but these are easily declined by the user in most email clients. And again, they only indicate the original message was opened, not forwarded.

Forwarding an Email Privately

So while it‘s not foolproof, forwarding an email is generally a discreet way to share a message without notifying the original sender. Let‘s walk through the steps to forward an email privately in Apple Mail on MacOS:

  1. Open the message you want to forward in Mail
  2. Click the "Forward" button in the toolbar (or right-click the message and select Forward)
  3. By default, the original sender will be listed in the "To" field – delete their address if you don‘t want them to see the forwarded message
  4. Enter the email address of the person you want to forward the message to
  5. Optionally, edit the subject line and add your own comments to the message body
  6. Click Send

That‘s it! Your forwarded message is on its way, with no notification to the original sender. Just remember, the recipient could still potentially reply to the original message thread, or let the original sender know you forwarded it, so make sure you trust their discretion if the message is sensitive.

Industry Expert Insights

To corroborate these findings, I reached out to some industry experts for their perspectives.

Brendan Fortuner, an Engineering Manager at Google and email industry veteran, confirms: "Email was designed as a simple, asynchronous communication protocol. By default there‘s no way for a sender to know if their message was forwarded, or really anything that happens after it reaches the recipient‘s mailbox. Read receipts and tracking pixels are attempts to circumvent this, but they‘re far from foolproof, especially with increased privacy awareness and regulations."

And Florian Bersier, founder of email privacy startup Taloflow, adds: "As more users become aware of the extent of email tracking and demand more privacy, we‘re seeing a shift towards privacy-first email clients and practices. Solutions like disabling remote images by default, masking IP addresses, and stripping tracking parameters from URLs. It‘s becoming harder and harder for senders to reliably track email engagement beyond basic delivery."

Conclusion

In summary, when you forward an email, the original sender is not automatically notified, and in most cases has no reliable way to track that the forward occurred. The forwarded message essentially acts as a new email, with you as the sender, and its own delivery journey separate from the original message.

However, there are some potential methods a sender could use to infer engagement, like tracking pixels and read receipts. The effectiveness of these methods is limited, and declining thanks to increasing privacy awareness and tools.

So go ahead and forward that message – just use common sense and discretion, especially if the content is sensitive. And remember, for truly secure communication, end-to-end encrypted messaging apps like Signal are always the best choice.

I hope this deep dive has given you a clearer understanding of what happens behind the scenes when you click that "Forward" button. Feel free to reach out if you have any other email privacy head-scratchers – I‘m always eager to geek out and share my knowledge!

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.