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
[email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to