7

Is there a way to send a delayed email with Gmail or any other mail client?

I would like to be able to select a time delay before clicking send and then the message would not actually be sent for a certain period of time.

Arjan
  • 31,511
Brian
  • 349

8 Answers8

5

Is there a way to send a delayed email with gmail or any other mail client?

You can do this with Thunderbird 2 and the Send Later addon, here's a step-by-step tutorial:

How to Send an Email at a Specific Time in the Future Using Mozilla Thunderbird.

Thunderbird is free open source software (FOSS), a portable version is available here.

2

Outlook, for some versions already, can delay the sending of emails. This is done in the Message Options:

alt text

And of course, you can retrieve Google Mail's messages without problems using Outlook.

Gareth
  • 19,080
Snark
  • 33,097
1

You could try Boomerang for Gmail. It allows you to schedule an email in Gmail to be sent later and set easy email reminders. It is a Chrome and Firefox extension/addon.

Mark T
  • 19
1

Despite requests for this feature since 2009, the Gmail team refused to implement it.

There are however browser extensions and apps that let you schedule new emails or replies:

  • Streak is a free browser extension CRM for Gmail and has a "Send later" feature (you don't need to bother with the CRM at all). You can conveniently schedule a reply right from the Compose box. I've been using it for about a year and it works very well, except that if I change the Subject line, the message won't go through. You need to go in Drafts and Send it Later from there again, under the new Subject line. Works for Google Apps accounts, as well as Gmail. Best choice.
  • RightInbox is free for up to 10 emails per month, and supports email tracking via an embedded image (web bug). I've used it in its early stage while it was very buggy and corresponded with its author. You can schedule replies right from the Compose window.
  • Boomergang is free for up to 10 emails per month. After that, it's $5/mo for Gmail accounts and $15 for Google Apps accounts.
  • Gmail Delay Send is a script you have to install via Google Docs. I tried it; the process was somewhat convoluted and the tool is rough and immature. It is however fully free and open source, and won't add any additional load to your browser (unlike extensions). This is the most promising and most lightweight solution. Unfortunately, it has seen no development since May 2012.
  • Momento Mail is a Google App (not a browser extension), and you have to use their own website. As of November 2013, it no longer works (directs to a blank page after typing in the scheduling and recipient info). To schedule a reply, you'd have to copy/paste the To, CC and email body from Gmail. Quite cumbersome. Their "To" field doesn't support the standard address format
    Name <address@company.com>. The message won't end up in your Gmail Sent folder, but you have an option to BCC yourself. Least recommended.

(Cross-posted from my WebApps.SE answer)

0

In GMail, currently no (although I could've swear there was something like that in the Labs). But, you can always save your email as draft until you're ready to send it.

Rook
  • 24,289
0

I create the email I want to send, save it as a draft (including any attachments, etc.), then I set a calendar entry to remind me to send the email on a specific day/time. This way I don't have to create it when I need it, and if I'm mobile on my iPhone (or any smart phone), I just have to go to my drafts folder, open the message and hit send when I get the appointment reminder. Almost as good as send later.

0

Gmail-delay-send is a script you can install and use to send mail in gmail at a time in the future. I use it and I like it. Here is the home page: https://code.google.com/p/gmail-delay-send/

Tweak Master's House of Useful Tricks has a great blog post comparing a few different methods for sending delayed gmail, including Gmail-delay-send and Boomerang: http://tweakmasters.blogspot.com/2013/01/how-to-schedule-e-mail-sending-with.html

Another third party tool I found that looks like it will work: http://www.rightinbox.com/.

Avni
  • 316
-1

I have modified the Formmail script from Matt's Script Archive to provide a scheduled email delivery for users on an apache web server. For any sysadmin interested in trying this go to

http://www.eleceng.adelaide.edu.au/Personal/dbowler/delaymail/

David
  • 1