All Projects → RayBB → Easy Gmail Scheduler

RayBB / Easy Gmail Scheduler

Licence: mit
📫 Easily schedule Gmail messages. No third parties, local servers, or labels.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Easy Gmail Scheduler

Protime
📱⏰ Mobile application for tracking projects time written in Flutter!
Stars: ✭ 31 (-49.18%)
Mutual labels:  productivity
Omgf
Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command.
Stars: ✭ 37 (-39.34%)
Mutual labels:  productivity
Helix
Habit tracking app
Stars: ✭ 43 (-29.51%)
Mutual labels:  productivity
Singlebox Legacy
All Your Apps in One Single Window
Stars: ✭ 32 (-47.54%)
Mutual labels:  productivity
Awesome Productivity
A curated list of delightful productivity resources.
Stars: ✭ 974 (+1496.72%)
Mutual labels:  productivity
Peek A Tab
Search, preview, jump across, and close tabs quickly in your chrome browser
Stars: ✭ 38 (-37.7%)
Mutual labels:  productivity
Bloom
The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more
Stars: ✭ 934 (+1431.15%)
Mutual labels:  productivity
Macorganizer
A macOS app for organizing folders
Stars: ✭ 60 (-1.64%)
Mutual labels:  productivity
Mailgo
💌 mailgo, a new concept of mailto and tel links
Stars: ✭ 978 (+1503.28%)
Mutual labels:  gmail
Eyeauras
EyeAuras is a program which allows you to clone windows and keep them always-on-top while working with other applications
Stars: ✭ 42 (-31.15%)
Mutual labels:  productivity
Numilaunchbar
Launchbar action for Numi calculator app
Stars: ✭ 33 (-45.9%)
Mutual labels:  productivity
Notes
[DEPRECATED] Textile Notes App
Stars: ✭ 35 (-42.62%)
Mutual labels:  productivity
Tracks
Tracks is a GTD™ web application, built with Ruby on Rails
Stars: ✭ 991 (+1524.59%)
Mutual labels:  productivity
Save As Ebook
Save a web page/selection as an eBook (.epub format) - a Chrome/Firefox/Opera Web Extension
Stars: ✭ 959 (+1472.13%)
Mutual labels:  productivity
Gmail Fixed Font
Use your browser's monospace font for message body text in Gmail
Stars: ✭ 44 (-27.87%)
Mutual labels:  gmail
Theme Notes First
A Notes-First StyleSheet for Taskpaper
Stars: ✭ 28 (-54.1%)
Mutual labels:  productivity
Unsubscribe Gmail
Gmail Unsubscriber is a Google Apps Script for unsubscribing from unwanted emails newsletters and other bulk emails with one click. It works with Gmail and Google Inbox.
Stars: ✭ 987 (+1518.03%)
Mutual labels:  gmail
Gmail Imap Php
API to work with Gmail using IMAP built on top of Zend Imap Library
Stars: ✭ 60 (-1.64%)
Mutual labels:  gmail
Imapcopy
Recursively copy all e-mail messages and folders from one IMAP account to another.
Stars: ✭ 52 (-14.75%)
Mutual labels:  gmail
Notemaster
NoteMaster is an smart minimalistic persistent note-taking app to help boost productivity.
Stars: ✭ 40 (-34.43%)
Mutual labels:  productivity

Easy Gmail Scheduler

Responsive Gmail scheduler built with Bootstrap 3 and running on Google Apps Scripts.

Developed and designed by Raybb.

screenshot example

Demo

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.

Features

  • Schedule unlimited emails
  • Automatically loads drafts
  • Email sent in case of error
  • No 3rd party servers
  • Responsive and mobile friendly layout
  • Lightweight (only 160KB)

Future Features

  • Welcome email
  • Add favicon
  • Offline mode
  • Render with React and JSX
    • Visual warning if scheduled email isn't found in drafts

Known Issues

  • When embedded in an iframe page must first start at 101% height and then be shrunken to allow scrolling.

Limitations

  • Regular Gmail accounts are limited to 500 emails per day. More info
  • Please see Usage Limits for more information.

Installation

  1. Visit Google Drive
  2. Click New > More > Google Apps Script
    • Copy backend/gmail.js to the main code.gs file
  3. Click File > New > Html file
    • Name it index.html and copy frontend/index.html into it
  4. Authenticate Script
    • Instructions here. Only the owner is required to do this.
  5. 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! :)

Inspiration

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.

Authorization

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:

Auth menu in Scripts

Gmail API to On

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.

Gmail API on Google Cloud Console

Click enable to turn on the Gmail Services.

Enable Gmail API on Google Cloud Console

Dependencies

How can I support developers?

  • Star our GitHub repo ⭐️
  • Create pull requests, submit bugs, suggest new features or documentation updates 🔧

License

MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].