1

I am trying to send a message to myself from my computer, but it won't send! Any advice? Here is the script I have:

tell application "Messages"
    set theBuddy to buddy "##########" of service "Contacts"    
    send "Hello" to theBuddy
end tell
littlewolf
  • 173
  • 1
  • 2
  • 19
  • Check this out: http://stackoverflow.com/questions/9325150/how-to-send-a-message-using-ichat-and-applescript (just replace "iChat" with "Messages") –  Feb 27 '14 at 08:11

0 Answers0