Creating fake forwarded emails | Community
Skip to main content
July 23, 2014
Question

Creating fake forwarded emails

  • July 23, 2014
  • 3 replies
  • 20440 views
Hi everyone,

I was wondering if anyone has had experince creating a fake forwarded email. This is part of a nurture track we would like to creat. The first email would be the normal email from a template we use often (image rich). The second email would be appear to be a personalized email (blank template) with the original email below appearing to look like it was being forwarded (by a rep). Is this even possible?

Thx!

Sarah
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

July 23, 2014
Hi Sarah,
yes, I used to do it and it's quite easy. Just copy and paste the HTML code of the 1st email to the 2nd one; then add some paragraphs above the first line of the "forwarded" email. Apply simple formatting to these paragraphs so they look like they were written by a person (like Arial, 12px, or Calibri, 11px). 

Example:
<p style="font-size:11pt; font-family:Arial, Verdana, sans-serif';">Have you seen this email below?</p>

Don't forget to add fake sending details above the 1st letter:

From: (label that the 1st email was sent from)
Sent: (approximate time and date of sending)
To: {{Lead.First Name:default=}} {{lead.Last Name:default=}} (tokens are really useful here)
Subject: (1st email subject)
 
You can also add a line between your 1st letter and "personal" text, just like in emails that are really forwarded. I add this line by HTML tag <hr /> (horizontal rule) between paragraphs.
July 23, 2014
Thank you Elena! This is EXACTLY what I was looking for!
October 16, 2014
Very helpful!