Skip to main content

How to Schedule Email Messages in Gmail for Sending Later

Have you ever wanted to write an email message in Gmail now but send it later? Maybe you are sending birthday wishes and would like to delay the delivery of the email message until the actual day. Or you have written an email but would like to schedule delivery in the recipient’s time zone when the message is more likely to get read.

Microsoft Outlook has a built-in email scheduler but you do not have a ‘native’ option to delay the delivery of email messages inside Gmail or Google Inbox. That’s where Email Studio’s Gmail Scheduler can help.

Email Studio is a Gmail add-on that will not only help you schedule email messages inside Gmail but you can also send recurring emails. For instance, if you would like to send an email reminder to your tenant on the last Friday of every month, you can do it with the Gmail scheduler in a few easy steps.

Email Scheduler for Gmail

Unlike email scheduler extensions like Boomerang or Sidekick that are browser specific, Email Studio is available right inside the Gmail website and thus works across all desktop browsers. You can even schedule email messages inside the Gmail app for Android without installing any app.

Schedule Emails in Gmail and Send Later

You can schedule email messages with Email Studio’s Gmail Scheduler in few easy steps. The basic idea is that you first compose all the emails that you would like to be delivered later in Gmail, let these unsent messages stay inside the drafts folder and then specify the exact delivery date and time for these messages in Email Studio.

How to Setup Gmail Scheduler

  1. Open the Gmail website, compose an email, add the message body and specify the recipients in the To, Cc or Bcc fields. After you are done writing an email, do not hit the send button but let these messages stay as drafts instead.

  2. Go to the Gmail add-on store and click the blue “Install” button to add Email Studio to your own Gmail account.

  3. After the Email Studio add-on is installed, go to your Gmail mailbox and open any message in the inbox. Please note that you need to open a message inside the Inbox folder and not the drafts folder as Gmail add-ons aren’t currently visible inside drafts.

Email Scheduler for Gmail

  1. You’ll now see the Email Studio icon in the right sidebar. Click the icon to open the addon and grant the necessary authorization. This is necessary since all the emails will go out from your own Gmail account.

  2. You’ll see a list of services available inside the Email Studio sidebar. Click the Email Scheduler service and then choose Add New Schedule to schedule the draft message that you have composed in the previous step.

Schedule Email Messages in Gmail

Schedule Emails

The email scheduler window presents a list of all your Gmail draft message in the drop-down. Select any message and then specify the preferred date and time when that message should be delivered.

The emails are scheduled in the timezone of your browser but you can also change the timezone per email message. Internally, the email scheduler sets up a cron job with Google Scripts and the emails will be sent within +/- 15 minutes of the specified time.

The add-on runs in the background on Google servers and will automatically deliver the message at the time chosen by you even if your computer is switched off.

If you would like to edit the schedule of a previously scheduled message, or if you would like to unschedule an email, go to your Gmail and open the Email Studio add-on. Here, choose the Email Scheduler service and you’ll have to option to remove or edit the schedule of previously scheduled emails.

Email Scheduler for Gmail - Premium Features

Email Studio is free but you can go premium and unlock new features.

FeaturesFreePremium
Support Gmail and GSuite accountsYesYes
Number of Email messages you can schedule at once2No limit
Schedule Recurring EmailsYesYes
Remove Email Studio brandingNoYes
Send emails from another email aliasYesYes
Technical SupportNoneEmail

Simple Pricing

Email Studio is $29 per year. Click here to buy

The premium edition lets you schedule more emails, send repetitive emails that are sent on a recurring schedule (hourly, daily, weekly, monthly or yearly), and you can are also entitled to technical support.

The daily email sending limit is based on the type of your Google account. Gmail users can send up to 400 email recipients per day while GSuite for Work customers can email 1500 recipients per day.

If you have trouble using the Gmail Scheduler add-on, please ensure that Gmail & Drive SDK are enabled for your Google domain.

Comments

Popular posts from this blog

How to Get the Quiz Score in Google Forms with Apps Script

Teachers can easily create an online quiz using Google Forms and students can view their test scores immediately after form submission. Teachers can use Google Forms to create an online quiz and students can view their test scores immediately after  form submission . With Apps Script, you can set up automatic  email notifications  and send quiz scores to parents after a student has taken the quiz. Here’s a sample Google Script that will iterate through every answer in the most recent Google Form response and log the max score (points) of a gradable question and the score for the respondent’s submitted answer. function getGoogleFormQuizScore ( ) { // Returns the form to which the script is container-bound. var form = FormApp . getActiveForm ( ) ; // Get the most recently submitted form response var response = form . getResponses ( ) . reverse ( ) [ 0 ] ; // Gets an array of all items in the form. var items = form . getItems ( ) ; for ( var...

Let People Quickly Save your Events on their Calendars

Create Add to Calendar links for emails and websites and let users quickly save your events on their own Google Calendar, Outlook or Yahoo Calendar. You are organizing an online event - maybe a meeting on Zoom or a training session hosted on Google Meet - and you would like the attendees to add the event to their own calendars. Once added to their calendar, the event will act as an automatic reminder and attendees will get a notification when the conference is about to start. There are two way to go about this: You can create a new meeting in your online calendar (Google, Outlook or any other calendar) and add the individual attendees as guests so the event automatically gets added to their calendar as well. You can include an “Add to Calendar” link or button in your email messages,  forms  and website pages. Anyone can click the link to quickly save your event on to their calendars - see  live demo . Create Add to Calendar Links for Emails and Websites The  Add to C...

How to Test your Eyes using the Computer

They say that you should get your eyes checked every two years but if haven’t had the chance to see a doctor all this time, you can test your vision on your computer as well. Of course these self eye tests are no substitute for visiting your doctor but if you follow the steps well, you may get some idea about how good (or bad) your vision is.  Test your Eyes Online with the Snellen Eye Chart The Snellen Eye Chart Most of us are familiar with the Snellen Chart that has rows of alphabets of different sizes – you read these letters from a distance, usually twenty feet, and the smallest row that you can recognize accurately indicates whether you have normal vision or not. The various eye testing tools that are available online make use of the same Snellen chart. Test your Eyesight Online You should start with University at Buffalo’s  IVAC tool . Use a physical ruler to measure the length of the line on the screen (the length will vary depending on your screen resolution). Also mea...