pys60 很好实现
当然前提是要有symbian手机
symbian手机就这点不错
http://pys60.garage.maemo.org/doc/s60/s60.htmlhttp://pys60.garage.maemo.org/doc/s60/module-messaging.htmlhttp://pys60.garage.maemo.org/doc/s60/module-contacts.html或者直接:
contacts=["13833393929","13833393929","13833393929"......]
import messaging
def cb(state):
if state==messaging.ESent:
print "**Message was sent**"
if state==messaging.ESendFailed:
print "**Something went wrong - Truly sorry for this**"
for c in contacts:
messaging.sms_send(c, "Hello from PyS60!", '7bit', cb, "Mary")