Re: A modest request?
Re: A modest request?
- Subject: Re: A modest request?
- From: System Administrator <email@hidden>
- Date: Sat, 25 May 2002 22:54:18 -0500
Thanks for the assistance - there IS a scripts folder for Mail, and it
got me quite a long distance along the way. Here's what I have so far:
set default_address to "email@hidden"
set mail_subject to "test"
set content to "this is a test"
tell application "Mail"
open location "
mailto:" & default_address & "?subject=" & mail_subject
end tell
This works - as far as it goes. There is nothing in the body of the
email, and when I try to put something like this at the end of the next
to last line:
& "content" & content
this gives me the following error
Mail got an error: NSReceiverEvaluationScriptError: 3
Any ideas?
Thanks from an AS student!
Russ
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.