On Thu, Mar 30, 2006 at 10:55:05PM +1100, Jamie Wilkinson wrote:
> This one time, at band camp, Voytek Eymont wrote:
> >
> >what's an easy way to schedule emails to be sent at some future time/date ?
> >at ?
> >like, I'd like to compose some emails but, have them sent at say 9:00 am
> >tommorow
> 
> turn off the MTA, and set an at job to turn it on again.

Or use at directly of course; compose the messages in a 
plain old file and then:

$ at 9am tomorrow
mail -s your-subject -c cc-list -b bcc-list [EMAIL PROTECTED] < 
your-plain-old-file
<hit ctrl-d here>

You use mutt (and other clients such as nail) instead
of 'mail'.  They all take the same command line options.


Matt
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to