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
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