Applescrript from Rev
Yves COPPE
yvescoppe at skynet.be
Sat Jan 9 06:58:13 EST 2010
Le 9 janv. 10 à 08:21, Ludovic Thébault a écrit :
>
> Hello Yves
>
> here a script found on the net :
>
> tell application "Mail"
> set newMessage to (make new outgoing message at end of outgoing
> messages with properties {subject:"@@", content:"##"})
> tell newMessage
> make new recipient at end of to recipients with properties
> {address:"§§"}
> make new cc recipient at beginning of cc recipients with
> properties {address:"••"}
> send newMessage
> delay 45
> quit
> end tell
> end tell
>
> Place it on a field
>
> With Rev, change @@ with the subject, ## with the message, §§ with
> the email and •• with an other email if you
> want._______________________________________________
Hello Ludovic
Works also fine as the script I've received from Sarah
Thanks for you two ... I have now the choice between 2 scripts
Greetings.
Yves COPPE
yvescoppe at skynet.be
More information about the use-livecode
mailing list