打开 APPLESCRIPT
输入以下代码

1
2
3
4
5
6
7
tell application "Messages"
set myid to get id of first service
set theBuddy to buddy "电话号码/iM邮箱" of service id myid
repeat 1000 times #1000是指次数,自定吧
send "发送邮件" to theBuddy
end repeat
end tell