1. Home
  2. Postcards
  3. Integrations
  4. How to Send a Postcards Email Template with Gmail

How to Send a Postcards Email Template with Gmail

In this tutorial, we’ll be taking the HTML code from a Postcards template and adding it to an email in Gmail.

Prerequisites

  • Designmodo account
  • Gmail account
  • Text editor that can open HTML files

Video Version

Important! Updated Version Video

Read these articles for more information:

Steps

1. Create and export a Postcards template

The main thing we need is a Postcards template for the HTML code.

In the Postcards app, create a template. Mine looks like this:

How to Send a Postcards Email Template with Gmail

Next, we want to export this and use the HTML code that’s generated.

In the top right corner of the app, press “Export” and press “Download as zip.”

There will be an option called “Host images online.” Make sure this option is checked. Your screen should look like this:

Create and export a Postcards template

Press “Download Zip” and extract the file into a folder. My folder looks like this:

Download Zip

If you open this file in your browser, you should see the Postcards template you just created.

Now, we have everything we need to add this template to a Gmail email.

2. Create a new draft and open developer tools

Next, create a new draft and type anything in the body, highlight the text, right-click it, and press “inspect,” like this image.

Create a new draft and open the developer tools.

That will open the developer tools where you can edit the code directly in the browser. Your screen should look something like this:

Open the developer tools

Now, we need the code generated by the Postcards template to add into the dev tools.

Open the index.html file you just downloaded in a text editor. I’m using Notepad++, and it looks like this:

Open the index.html file

3. Edit the HTML contents in the developer tools using the generated HTML

Highlight all the contents in the HTML file and copy it.

Go back to Gmail and in the developer tools, right-click the highlighted HTML element that was opened when you pressed “Inspect” on the highlighted text and select “Edit as HTML.” Your screen should look like this:

Edit as HTML

That will open up a text editor containing the contents of the HTML element containing the “anything” text.

HTML element

Highlight the “anything” text, not the outer HTML element, and replace that with the Postcards HTML template that you had copied. The dev tools should look like this now:

Postcards HTML template

Click anywhere outside of the textbox area to confirm the changes. Your screen should look like this:

Confirm the changes

You can now close the dev tools.

The “anything” text was replaced with the HTML code of the generated Postcards template. That inserts the email template in the body of your email.

HTML code of the generated Postcards template

Now you should have the Postcards template in a Gmail email!

You can send yourself a test email to see if the template looks the way you expect.

What we covered

  1. How to export a Postcards template as an HTML file.
  2. How to open the developer tools and edit the code in a Gmail draft.
  3. How to add the Postcards generated HTML to the body of a Gmail draft.
Updated on June 6, 2023

Was this article helpful?

Related Articles