mailmodo-hamburger

A Guide to Sending Personalized Emails via Mail Merge in Gmail (2022)

clock
  • Linkedin
  • Facebook
  • Whatsapp
  • Twitter

Connecting with prospects on a personal level is an aspiration for every business. Data from Statista reveals that 78 percent of email marketers use personalized marketing to send more relevant and engaging marketing messages. Besides that, to send personalized emails, you’ve to invest in an Email Service Provider (ESP), and not everyone has the budget.

The good news? Mail merge in Gmail lets you send personalized emails in bulk with Gmail and Google Sheets — for free. Personally speaking, we’re all in for a strategy that helps build bonds with our audience and lends a human touch to our brand. Engage customers better by uncovering details about mail merge in Gmail and how to use it to send personalized emails.

Table of contents

What is mail merge in Gmail?

Mail merge in Gmail is used to send mass personalized emails with Gmail and Google Sheets. First, you’ve to add recipients’ personalized data in Google Sheets and map it with a draft email in your Gmail account to send it.

This method is useful when sending personalized greetings, holiday emails, and team reports. However, this method isn’t for everyone, and let’s discuss when you should and should not use it.

When should you use mail merge in Gmail?

Google allows sending only 100 emails a day for regular Gmail users and 1500 emails a day for Google Workspace users.

v2 pricing.png

So this method of sending emails is suitable for people who have a small audience, like a business owner who sends discount emails to his small set of customers or a college professor informing his students about a new college via emails.

But this method is not suitable if you’re a big business with a gigantic audience on the scale of tens of thousands. In this case, you must invest in an ESP like Mailmodo to unlock the full potential of personalized emails since Google won’t be able to help you fully.

So now you know its pros and cons, let’s discuss how to send personalized emails using mail merge in Gmail.

How to send personalized emails via mail merge in Gmail?

The entire process involves mainly three steps:

  1. Configuring your Google Sheets

  2. Configuring your draft email in Gmail

  3. Connecting both platforms and sending the emails

Let’s discuss these steps one by one.

1. Configuring your Google Sheets

Follow these steps to set up your Google Sheets.

  1. Visit this link and click on Make a copy. This spreadsheet is an official Google document that contains a helpful script that’ll allow you to send these personalized emails.

  2. The recipient column contains email addresses and adds those you want to send emails to. Each email address should be in a separate row.

v2 sheets 2.png

  1. Add the details you want and remove ones that you don’t. Customize this sheet by adding all the personal information users you want to use in your email template. For example, we got rid of the last name for this template since we didn’t need it.

v2 sheets 3.png

Note: It is not recommended to change or remove the Recipient and Email Sent fields. Or else, you'll have to edit the corresponding code in the App Script, which can mess up your project. So keep them as they are.

2. Configuring your draft email in Gmail

Follow these steps to set up your draft email in Gmail.

  1. Click on the + and add {{Recipient}} in the To text field.

v2 gmail 1.png

  1. Write your subject line and add some personalized information if you want to. For that, you’ve to add the column name inside curly brackets.

v2 gmail 2.png

  1. Finally, configure your body text and add your desired personalization the same way you did in the subject line.

v2 gmail 3.png

  1. Now copy the subject line of this email and close the Gmail tab.

Follow these steps in the previous Google Sheet to send your bulk emails.

3. Connecting both platforms and sending the emails

Follow these steps to send your bulk emails in Google Sheets.

  1. In the top navbar in Google Sheets, click on Mail Merge > Send Emails.

v2 sending 1.png

  1. Then it will ask you to authorize the script. Click on Continue in the popup.

  2. Then choose the account in which you have configured your draft email.

  3. Then you’ll see the “Google hasn’t verified this app” popup. On the bottom left corner, click on Advanced.

v2 sending 4.png

  1. Scroll down and click on Go to Gmail/Sheets mail merge (unsafe).

v2 sending 5.png

  1. You’ll be redirected to a screen where Google will show you what this script can do and asks you to provide your permission to run this script. Since this is an official script provided by Google, it doesn't contain any malicious code and is safe to use. So scroll down a bit and click Allow.

v2 sending 6.png

  1. Now go back to the previous Google Sheet document and click on Mail Merge > Send Emails.

  2. Paste the subject line you copied in the popup and click Ok.

v2 sending 8.png

  1. You’ll now see the date and time in the Email sent column, which means the emails are successfully sent.

So that is how you send bulk emails with Gmail and Google Sheets.

But these are the tip of the iceberg. This script and method give you many other features that can come in handy, and let’s explore them one by one.

Advanced features of mail merge in Gmail

It is very common to send Carbon Copy (CC) or Blind Carbon Copy (BCC) to someone with our email. So if you want to perform these actions, you’ve to edit the script you installed earlier. It may sound scary, but it’s relatively easy, and let’s look at how it’s done.

  1. In the top navbar, go to Extensions > Apps Script.

v2 advanced 1.png

  1. It’ll take you to the script page. To find the required code quickly, press Ctrl + F and paste “bcc” in the search bar. It’ll directly take you to the desired code, as shown below.

v2 advanced 2.png

  1. You can see two forward slashes before the bcc. These are called comments, and programmers use these to make the compiler ignore these lines. To make them work again, remove the two slashes and add the respective value of the property, such as a BCC or CC email address.

v2 advanced 3.png

  1. There are about six properties mentioned in the script, and the first four properties are self-explanatory. The replyTo property lets you set an email to which replies will be sent. The noReply property lets you send emails from a generic noReply email address. Note that the noReply feature is not available for regular @gmail.com users.

Adding attachments

If you need to send the same attachments, add them while creating your draft email, and every recipient will receive this same attachment.

However, suppose you want to send multiple emails with different attachments using Gmail mail merge. In that case, you've to use a third-party extension, and Yet Another Mail Merge (YAMM) is one of the popular options. Here's how to send personalized attachments with YAAM.

  1. Go to this link and install the YAAM extension.

  2. Add your attachments to Google Drive and copy their sharable link.

  3. Create a column in your spreadsheet and name it exactly “Attachment”. In that column, add the link of a particular attachment you want to send to that recipient.

v2 attachments 3.png

  1. Then in the top navbar, go to Extensions > Yet Another Mail Merge > Start Mail Merge.

v2 attachments 4.png

  1. It’ll ask you to choose the recipient column. From the dropdown, choose the column where you’ve added the recipients’ email addresses and click Save.

v2 attachments 5.png

  1. In the next popup, click on Alias, filters, personalized attachments… the link at the bottom.

v2 attachments 6.png

  1. YAMM will automatically detect the Attachment column. Now, tick the checkbox that says “Attach files in column C to emails sent” and click Back. It may be column C, B, or D, depending on which column you’ve set up.

v2 attachments 7.png

  1. Add your name in the Sender Name field, and from the Email Template dropdown, select the email template you’ve used in your email draft.

v2 attachments 8.png

  1. Then, click Send 2 Emails to send emails. Since we have two columns, it’s saying two emails. If you’ve more columns, it’ll say that number accordingly.

That’s it. That’s how you send personalized emails with YAAM using the Gmail mail merge technique.

Wrap up

You can send personalized emails to only a small audience with mail merge in Gmail. That’s why it’s best to opt-in for a complete email marketing solution like Mailmodo if you serve a larger audience and need advanced personalization features like triggered emails, list segmentation, and personalized AMP email creation.

If you use Outlook then you can check out our guide on how to perform mail merge in Outlook to send more personalized emails.

What you should do next

Hey there, thanks for reading till the end. Here are 3 ways we can help you grow your business:

  1. Talk to an email expert. Need someone to take your email marketing to the next level? Mailmodo’s experts are here for you. Schedule a 30-minute email consultation. Don’t worry, it’s on the house. Book a meet here.

  2. Send emails that bring higher conversions. Mailmodo is an ESP that helps you to create and send app-like interactive emails with forms, carts, calendars, games, and other widgets for higher conversions. Sign up now and send 10k free emails/month. Sign up here.

  3. Get smarter with our email resources. Explore all our knowledge base here and learn about email marketing, marketing strategies, best practices, growth hacks, case studies, templates, and more. Access guides here.

Bring life to your emails

Convert your emails into experiences
with interactive AMP elements