View Single Post
Quote:
Originally Posted by imsoper View Post
How would you change this script to make it work with Mail.app?
The script relies on a very short command to Entourage:
tell application "Microsoft Entourage"
set Temp to make new draft window with properties {subject:subj,
recipient:RespEmail, content:Body}
send Temp with sending later
end

All you need to do is use the appropriate Mail commands instead of what is here, keeping the variables as listed. Do you know how to write Applescript? If not, I can send you the commands another day. Just let me know.