Home | Community | Message Board

Out-Grow.com - Mushroom Growing Kits & Supplies
This site includes paid links. Please support our sponsors.


Welcome to the Shroomery Message Board! You are experiencing a small sample of what the site has to offer. Please login or register to post messages and view our exclusive members-only content. You'll gain access to additional forums, file attachments, board customizations, encrypted private messages, and much more!

Kraken Kratom Shop: Red Vein Kratom

Jump to first unread post Pages: 1
Invisibledaussaulit
Forgetful

Registered: 08/06/02
Posts: 2,894
Loc: Earth
Delay e-mail delivery options?
    #8004500 - 02/10/08 12:36 PM (15 years, 11 months ago)

I was wondering if it's possible to write up an e-mail today, then have it sent 3 days from now at at a certain time? I'm using Mozilla Thunderbird at the time, and it doesn't seem to have that option. This is what I plan on doing.

I'm going out of town with limited if any internet access. Want to e-mail a friend on valentine's day, cause I won't be around.


Extras: Filter Print Post Top
OfflineAlan RockefellerM
Mycologist
Male User Gallery

Registered: 03/10/07
Posts: 48,276
Last seen: 2 hours, 24 minutes
Re: Delay e-mail delivery options? [Re: daussaulit]
    #8010063 - 02/11/08 06:41 PM (15 years, 11 months ago)

This isn't exactly what you want, but I wrote it and its close. I have heard MS Lookout (outlook) has a field where you can set a mail to go out at some time in the future.



#!/bin/sh

# Kick - Sends out emails which you have been working on all night
# at a nice responsible time in the morning.

# Start with a crontab like this for mon-friday, 8:30am
# 30 8 * * mon-fri /home/alan/kick/.kick > /dev/null 2> /dev/null

# Format of files:
#to:someone@destination.com
#subject:subjective information here
#Text here.

for i in `echo ~/kick/*`
do
sleep $(expr $RANDOM % 900)
TO=`head -1 $i | cut -d: -f2`
SUBJECT=`head -2 $i | tail -1 | cut -d: -f2`
echo To \"$TO\" Subject \"$SUBJECT\"
grep -ve ^to: -e ^subject: $i > /tmp/$$
echo /usr/local/bin/mutt -s \"$SUBJECT\" $TO < /tmp/$$
/usr/local/bin/mutt -s "$SUBJECT" $TO < /tmp/$$
rm $i /tmp/$$
done


Extras: Filter Print Post Top
Jump to top Pages: 1

Kraken Kratom Shop: Red Vein Kratom


Similar ThreadsPosterViewsRepliesLast post
* Google to offer 1 gig of free e-mail
( 1 2 all )
daussaulit 3,616 20 02/16/09 03:16 AM
by Simisu
* Network Monitor on Win2K Pro - Any TCP/IP Buffs out there? Phyl 1,257 5 09/15/03 09:18 AM
by Seuss
* Mail Drops iloveraving 1,354 5 10/15/02 06:41 PM
by viscid
* Mail Drops reite 896 1 07/20/02 04:09 PM
by SalsDali
* Mailing goodies within the country? shroomies 2,358 5 06/07/01 08:07 PM
by BrownPastures
* Important Mail info postalboy 2,160 7 07/20/02 06:28 PM
by theseeker
* why use a mail client? Anonymous 1,279 10 07/31/04 05:04 PM
by Le_Canard
* Drugs in mail
( 1 2 3 all )
astrobrite 8,995 47 07/16/03 10:49 AM
by Madtowntripper

Extra information
You cannot start new topics / You cannot reply to topics
HTML is disabled / BBCode is enabled
Moderator: trendal, automan, Northerner
420 topic views. 0 members, 1 guests and 3 web crawlers are browsing this forum.
[ Show Images Only | Sort by Score | Print Topic ]
Search this thread:

Copyright 1997-2024 Mind Media. Some rights reserved.

Generated in 0.024 seconds spending 0.007 seconds on 14 queries.