Someone recently asked for the ability to schedule send an email. It was for a link to a class feedback form and ideally they'd like to be able to send it near the end of the class. We looked at Boomerang, which had issues with authenticating with the York domain, and broke the CSS of Gmail slightly. We tried mx Hero, a Chrome app but after a tip off from a colleague and reading the reviews and discovering it at times didn't send the email, or used http rather than https etc we thought it might be better to look into making our own solution. Apps Script to the rescue! I wanted something that was really simple, and easily editable to do what you want. I made an Apps Script to check your Gmail Drafts folder. If there's a message whose subject begins with a date, like this, it sends it ... [27/06/2014] Hello, this is a message from the future! How to install it... 1. Go to the Apps Script here and choose the menu, File > Make a Copy . You will want to chang
Collaborative Tools Project