• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Send email at set time
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Send email at set time


  • Subject: Send email at set time
  • From: ajr <email@hidden>
  • Date: Thu, 15 May 2008 18:45:49 +0100
  • Thread-topic: Send email at set time

I am trying to create a script to send a message I have in my drafts folder
at a particular time, I intend to use ikey or keyboard Maestro to run the
script but I am struggling with the script itself, can anyone direct me?

I need the script to recognize the subject title in order to send the
correct email

set strRecipientAddr to "email@hidden"
set strRecipientName to "Name"

set subjectvar to "test email"
tell application "Microsoft Entourage"
set composeMessage to (a reference to (make new outgoing message ¬
with properties {recipient:{address:strRecipientAddr, display
name:strRecipientName, recipient type:to recipient}, subject:subjectvar} ¬
))
send composeMessage
end tell

many thanks!

ajr


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: Editing custom dictionary
  • Next by Date: RE: Find duplicate numbers and replace
  • Previous by thread: Re: Editing custom dictionary
  • Next by thread: Router's IP address - how to grep
  • Index(es):
    • Date
    • Thread