Send multiple SMS and MMS via Mail or iPhone Mail

Using Teleflip (a free service with sign-up; Wikipedia entry), you can send SMS and MMS messages via any newsletter client. This blog post contains AppleScript cipher that will parse mobile numbers in your Address Book, and add them as newsletter addresses in a 1234567890@teleflip.com format. Here’s the source (robg:

with permission of the author) in case the blog post ever vanishes:
tell application "Address Book"	repeat with this_person in every person			set the_number to ""			repeat with i from 1 to the count of phone in this_person				whether label of pho...

Original post by Mike Schramm

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists

No comments yet. Be the first.

Leave a reply