Send email at set time
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