Update Jan 2023: Since Google released the ability to scheduled messages a few years ago I'm archiving this project. It should still work though.
Responsive Gmail scheduler built with Bootstrap 3 and running on Google Apps Scripts.
Developed and designed by Raybb.
Check it out:
- live (dummy data, no authorization)
- Unfortunately, Google has removed the ability for my demo to send you emails so you must follow setup instrucitons below to use it now.
- Schedule unlimited emails
- Automatically loads drafts
- Email sent in case of error
- No 3rd party servers
- Responsive and mobile friendly layout
- Lightweight (only 160KB)
- Welcome email
- Add favicon
- Offline mode
- Render with React and JSX
- Visual warning if scheduled email isn't found in drafts
- When embedded in an iframe page must first start at 101% height and then be shrunken to allow scrolling.
- Regular Gmail accounts are limited to 500 emails per day. More info
- Please see Usage Limits for more information.
- Visit Google Drive
- Click New > More > Google Apps Script
- Copy backend/gmail.js to the main code.gs file
- Click File > New > Html file
- Name it index.html and copy frontend/index.html into it
- Authenticate Script
- Instructions here. Only the owner is required to do this.
- Click Publish > Deploy as web app
- Execute the app as: "User accessing the web app"
- Who has acces to the app: "Anyone"
- Click Deploy
- Copy link and enjoy! :)
For years I've wanted to be able to send emails later for various reasons. Sometimes to get at the top of their inbox when they'll be in the office. Sometimes to just make sure an email is sent in the morning but gives me times to think on it but not worry about sending it.
The main solutions I found at the time, in 2016, were Right Inbox and Boomerang. Both had free tiers to send a few emails but required giving a third-party access to your email.
I stumbled upon Google Apps Scripts and realized their APIs could do just what I needed. It didn't take long until I bumped into the Gmail scheduler by labnol.org. I now knew it was possible but really didn't like the idea of having to open a spreadsheet to schedule the emails. I knew it was possible to make a simpler version of their script with a nice web interface so that's what I did. Big thanks to labnol.org for their original work. I did end up using their function for sending drafts since it was already well made.
In order to send drafts that are part of threads, we utilize the GMail API. To use this, you must enable that API both in the Scripts project and in the Google Cloud Console.
First, enable the Gmail API in the scripts project:
Next, Enable the Gmail API in the Google Cloud Console. Click the link at the bottom of the window in the Advanced Google Services. In the search box, type GMail and click on the Gmail API below it.
Click enable to turn on the Gmail Services.
- Bootstrap 3
- Moment.js
- Pikaday (for browsers without date support)
- Star our GitHub repo ⭐
- Create pull requests, submit bugs, suggest new features or documentation updates 🔧
MIT license.