Re: Delayed messaging in email client



On 15/10/2007, Rajiv Vyas <rajiv1@xxxxxxxxx> wrote:
This is not strictly a Ubuntu question, but has anyone come across an add-on
or a script for an email client that helps you send an email at a preset
date and time. So, I could write the email today but automatically send it
three days from now at 9 am.

'at' will run any program at the specified time + date - lots of options too.

open a terminal, type

at now +3 days

You'll get a '>' prompt - type

mail -s "Subject" email@address < path/to/file/with/mail/message.txt

then a period on a line all on it's own to end input.

kmail or evolution will let you send mail from the commandline too -
check they're man pages.

HTH
Brian

PS cron would work too of course - it's just not as handy

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Delayed messaging in email client
    ... Rajiv Vyas wrote: ... or a script for an email client that helps you send an email at a preset ...
    (Ubuntu)
  • Add User / ConnectComputer script ... deleted existing email client, lost email?
    ... ConnectComputer script, two were successful and 2 lost their old email ... one was using Outlook XP and one ... before SP1) and were using Outlook 2000 as their email client. ... All 4 had only one external POP email account each before running the ...
    (microsoft.public.windows.server.sbs)
  • Re: renaming emails
    ... Email Client: Exchange ... Download the 'Edit Subject' script from the link below and place it in your Entourage script menu items folder inside the Microsoft User Data folder. ...
    (microsoft.public.mac.office.entourage)
  • Re: Tell a friend icon
    ... Ok Clinton, tell you what. ... When you can create a "Web Page" script that will open the email client on my computer and then fire ... The point is my software functioned and did so without> imposition with regard to spam so it can be done but it does require a> significant effort to script to implement as an actual solution. ... > "greg" wrote in message ...
    (microsoft.public.frontpage.programming)
  • Re: Python To Send Emails Via Outlook Express
    ... there is no guarantee that the email client is a COM ... The best we can do is use Outlook Express settings and send the mail. ... The final script that you pasted: ... installed that configuration will be used by default, ...
    (comp.lang.python)