Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Send SMS messages to mobile phones from iChat Apps
With today's release of AIM4.6b1.1131, the capability has been added to allow AIM users to send SMS messages to mobile phones. All you do is type the message you want to send as an SMS into a new IM window and change the screenname field to +16175551212. Replace 6175551212 with the phone number of the SMS-capable mobile phone. The "+1" is the country code, which is required; however, I don't think AOL supports non-US numbers yet, but they do plan to.

To utilize this cool feature in iChat, simply type Shift-Command-N for a "New Chat with Person," and enter the phone number in the above format. When you send the message, you'll receive confirmation from AOL that it was sent. Pretty neat!

[robg adds: Indeed, and very cooly, this worked as described in testing with my Nextel/Motorola phone. Now I can send myself reminders of things to forget later directly from iChat!]
    •    
  • Currently 3.50 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (4 votes cast)
 
[247,695 views]  

Send SMS messages to mobile phones from iChat | 51 comments | Create New Account
Click here to return to the 'Send SMS messages to mobile phones from iChat' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Send SMS messages to mobile phones from iChat
Authored by: gitmach on Wed, Jul 2 2003 at 1:35PM PDT
What would be great is a command line interface to this. Anyone know of anything like that?

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: WildWest on Wed, Jul 2 2003 at 1:44PM PDT
where did you get this AIM version from? I downloaded the latest version from the AIM site and all i got was version 4.5.995, not 4.6b1.1131 as stated in the original post. And this trick does not seem to work with my version...

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: imshane on Wed, Jul 2 2003 at 3:56PM PDT
This hint refers to the Beta version of AIM located at http://www.aim.com/get_aim/mac/mac_beta.adp

[ Reply to This | # ]
Re>> Send SMS messages to mobile phones from Terminal
Authored by: soulrider2k on Tue, Jul 8 2003 at 1:23AM PDT
https://sourceforge.net/projects/phpsms/

---
soulrider2k

[ Reply to This | # ]
Command line/Email access to SMS
Authored by: whom on Fri, Jan 30 2004 at 7:02PM PST
You can use an email bridge to the SMS system if you want scriptable or command line access to SMS.

For example, if you have sendmail enabled:

% mail 8005551212@mobile.att.net

where 8005551212 is an att wireless phone number. You could also write a an applescript that controls Mail to send mail that way (using osascript )

This method requires that you know the carrier's email gateway.

A link is provided below with common carrier email gateway addresses.

Note: Keep the email under about 120 characters or it might not make it (SMS limitation: "Short" Message System)

http://www.weblinkwireless.com/customerservice/how2send/

[ Reply to This | # ]

Send SMS messages to mobile phones from iChat
Authored by: below on Mon, Mar 15 2004 at 8:00AM PST
Here is a litte script to do the job. If anyone updates it, please let me know!

#!/bin/sh
# I got my wisdom from http://rsvp.atsites.de/stories/storyReader$194
# Apparently, iChat wants it that way
	osascript<<DONE 
tell application "iChat"
	repeat with a in (every account where id is "AIM:$1")
		send "$2" to a
	end repeat
end tell
DONE
Save this to a file (like "sendmsg"), `chmod +x sendmsg`, and send your messages with `sendmsg below€mac.com "This is a message to you"`(of course, use an @ when you really want to send something)

Have fun

Alex

[ Reply to This | # ]
Why not use ichat2cell
Authored by: drsoos on Tue, Oct 5 2004 at 5:36PM PDT
From ifthensoft.com
Its much more elegant

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: pobs on Wed, Jul 2 2003 at 1:44PM PDT
2 questions regarding this...

1. Can the receiver of the SMS reply... I tried it but we couldn't get the reply form SMS-phone to iChatA/V

2. Can we add SMS people to buddy lists?

Cheers,

pobs

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: swamiswami on Wed, Jul 2 2003 at 1:46PM PDT
Yes, you can reply - just tested it on my Nokia phone thru AT&T. The reply showed up pretty much instantaneously in iChat.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: Elian on Wed, Jul 2 2003 at 2:06PM PDT
iChat/AV beta works for this--messages get sent, and I could respond OK (albeit awkwardly) from my Motorola POS phone. However each of the two messages I sent to the phone had different receiver numbers, so I don't know that you can originate a conversation from a phone.

iChat/AV also offered to add the phone number to my buddy list, though I don't know if that works as I didn't bother trying.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: seancorfield on Wed, Jul 2 2003 at 4:49PM PDT
Neat tip. However, I couldn't get reply to work. The reply number claimed to be a 6-digit number (265 060) which of course fails :(

---
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


[ Reply to This | # ]
Reply works but address is coded
Authored by: spudly on Wed, Jul 2 2003 at 8:53PM PDT
indeed the address is a 6 digit [250 620] number with a space in the middle. but i replied to it and it worked...no sooner did i press OK to send the message than my iChat received the reply...amazingly fast!

[ Reply to This | # ]
Reply works but address is coded
Authored by: seancorfield on Sat, Jul 5 2003 at 5:08PM PDT
Yeah, I tried to reply but got "Message not sent" :(

---
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: MacMuse26 on Wed, Jul 2 2003 at 6:39PM PDT
Reply support depends on your mobile carrier. My limited tests show that SprintPCS Vision cannot reply, while Verizion can.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: rusto on Wed, Jul 2 2003 at 6:58PM PDT
It depends on your phone's model/firmware/software version as well: my Verizon/Moto V60 does not offer a "reply" choice while a friend's T720 does.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: appletag on Mon, Jul 7 2003 at 9:12PM PDT
I was able to SMS my LG VX10 (on verizon) and reply to iChat. I saved the addresss on the phone. I used the saved address to send an SMS to my iChat user. SO...my phone can receive and initiate chat sessions FWIW.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: cfc2004 on Wed, Sep 22 2004 at 7:25AM PDT
well whats the crack


[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: Tepepa on Thu, Jul 3 2003 at 4:04AM PDT
Sorry, you cannot reply.
You cannot send SMS to iChat
but you can add buddies with this format:
+(prefix) tel. num.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: mac-rob on Fri, Jul 4 2003 at 12:40AM PDT
Sending from desktop to phone should work with most major US carriers including Sprint, TMobile, Cingular, Verizon, AT&T Wireless, and Nextel.

Replying from phone to desktop will work with Verizon and AT&T Wireless. Hopefully support for more carriers will be possible in the future.

Initiating from phone to desktop is not possible at this time, regardless of wireless carrier.

---

BTW, don't let the odd 6-digit sender number confuse you. This is a "short code" used by the SMSC to route messages to/from an application on the carrier's network. Conceptually it's similar to a TCP/IP port. A temporary, unique short code is assigned to each incoming screen name on a rotating basis and is used to route reply messages back to the sender (only on networks which support replying - currently AT&T and Verizon).

[ Reply to This | # ]
Send SMS messages but CANNOT save "buddy" number
Authored by: filips on Mon, Jul 19 2004 at 3:15PM PDT
YEs, works great, but I cannot save the +1xxxxxxxx format as a user name to my iChat so it is useless if each time I have to whip out my phone and type in the telephone number again... anyone figured out how to do this yet?

[ Reply to This | # ]
t68i + t-mobile
Authored by: flaminio on Thu, Jul 3 2003 at 10:13AM PDT
Can't seem to reply via T-Mobile and my T68i. Anyone else?

[ Reply to This | # ]
t68i + t-mobile
Authored by: SoapmakerX on Thu, Jul 3 2003 at 1:18PM PDT
Seems like T-Mobile can not respond with a T68i, but AT&T can respond with the same phone.

That bites for us T-Mobile peeps :(

[ Reply to This | # ]
t68i + t-mobile
Authored by: unseelie on Sat, Jul 10 2004 at 12:32PM PDT
Works for me via T-Mobile with my t610.

[ Reply to This | # ]
t610 + t-mobile
Authored by: seajay on Fri, Jul 9 2004 at 8:46PM PDT
Reply works with t610 + t-mobile. Must be the phone.

[ Reply to This | # ]
Tested with Fire
Authored by: mzarra on Thu, Jul 3 2003 at 1:29PM PDT
And I was able to send messages to my phone, don't know about the reply though since I am on T-Mobile which failed.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: pdm on Thu, Jul 3 2003 at 2:01PM PDT
This works from Fire.app as well.

Yahoo IM also has a SMS messaging feature in their PC client but not Mac. Anyone know the special format they use to send it via SMS like AOL does? the +1### doesn't work for YIM.

The Yahoo info is at http://messenger.yahoo.com/messenger/wireless/

---
-pdm

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: datafirm on Fri, Jul 4 2003 at 4:42AM PDT
This does not work with cingular phones :(

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: paulskinner on Mon, Jul 7 2003 at 5:34PM PDT
Works with Cingular to my t68i.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: Glial on Sun, Sep 7 2003 at 10:48PM PDT
This DOES work with cingular phones.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: aalegado on Tue, Dec 20 2005 at 7:20AM PST
It worked with my Motorola V551 using Cingular. The message on my V551 sad I could reply to the message. When I sent a reply it appeared in the iChat window from which I sent the original SMS message. It would be possible to carry on a chat session albeit very slowly from the cell-phone side of the conversation. Very cool.

I initially had problems sending because I had my security setting set so that I could only be seen by people in my Buddy List. The error message returned by iChat told me exactly what the problem was so I fixed it and was able to send the test message.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: uroffi on Fri, Jul 4 2003 at 4:50AM PDT
I just tried with my AT&T mobile , it works , and it's really fast
(wheter i'll end up thumb-ing my way to an IM via cell phone...it's still not known...)

:)

[ Reply to This | # ]
Privacy Preference Problem
Authored by: bfrancis on Fri, Jul 4 2003 at 12:19PM PDT
I keep getting the following error dialog when I try to send a text message to my phone number.
-----
Your privacy preferences are set so they prevent you from communicating with this person.
-----
...any suggestions? I've already switched my privacy settngs to reflect:
Privacy Level - Allow Anyone
TRUE - Allow anyone to see that I'm idle.

...and it made no difference.

[ Reply to This | # ]
Privacy Preference Problem
Authored by: miahyahu on Thu, Feb 24 2005 at 11:42PM PST
If you Allow Specific people and add the phone number (+1.....) then you can send.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: mozart11 on Fri, Jul 4 2003 at 3:34PM PDT
this only works i assume if you're on a modem dial up connection? Or does it work on DSL also? cable modems?

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: kbaskins on Sat, Jul 5 2003 at 6:46PM PDT
This worked fine using my cable modem.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: Aqua_Geek on Mon, Jul 7 2003 at 11:53PM PDT
Worked fine to my AT&T phone. I have DSL.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: hughesc1 on Tue, Aug 12 2003 at 3:51PM PDT
Forgive my ignorance but does this only work in the US? I have tried using in Canada to no avail.

Thanks.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: kps on Thu, Jan 1 2004 at 2:01AM PST
Worked for me, on Fido (Microcell). Didn't try to reply.


[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: cballrthal on Fri, Aug 15 2003 at 9:25AM PDT
I sent to my Nokia phone with Verizon service and I was able to reply right back to my computer. really cool. I think Verizon has a hookup with AIM.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: deloshan on Mon, Feb 18 2008 at 11:59PM PST
i want to send sms

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: mindviz on Tue, Sep 30 2003 at 8:37AM PDT
The best solution to this is to use a service called AI-Buddy.com, which will not only forward your instant messages to your mobile phone or device (via SMS) but will also allow you to get check your buddy list from your phone as well as send instant messages from your phone. Works with all phones and mobile devices that have SMS capabilities.

Another neat feature is you can stay online 24/7 because it is a hosted service which is ideal for using your AIM account with your phone, finally I can turn my computer off and still instant message :)

check it out, AI-Buddy.com

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: bluehz on Wed, Feb 25 2004 at 4:40PM PST
Is it possible to send images via this method? I have tried everything to get some images onto my Motorola v60t (Cingular) (with media center) and nothing works (short of paying some service. I know the phone accepts ringtones and backgrounds....

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: wozzie on Mon, Jul 12 2004 at 5:46AM PDT
SMS won't do pictures - for that you require MMS (M is for Multimedia). The ringtones and screens, as well as contact details and configuration messages are 'special case' SMS message types that are not intended for use as general purpose non-SMS communications.

Depending of course on your handset, Bluetooth, IR or humble direct connect are your only men for getting pictures of dog, gf/bf, child, etc on your phone.

BTW, this AIM gateway no workey in Ireland, there's a good chance that it's probably just being used in the US at the moment.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: Tastannin on Tue, Jul 13 2004 at 4:16PM PDT
There's no need to know the carrier of the phone you want to send to - just append the cell phone nbr to @teleflip.com and Teleflip automagically routes it to the right carrier.


[ Reply to This | # ]
Works on Verizon
Authored by: jwoolson on Mon, Jul 26 2004 at 8:59AM PDT
Verizon SMS to and from iChat AV (v2.1, v153) works very well on an upstate NY (Buffalo exchange number). It takes less than a second lag time to send and receive messages in either direction (phone to iChat and iChat to phone). I am able to carry on a full two-way conversation with a definite advantage of a QWERTY keyboard making a huge difference. I can see an advantage for txtmsging in some situations of boredom, extreme noisy environments, avoiding roaming charges, or situations that require some discretion. Neato!

---
Jonathan Q. Woolson
Louisville, CO 80027

[ Reply to This | # ]
Works with Adium, too...
Authored by: dogboy on Tue, Oct 5 2004 at 2:31PM PDT
Even better, in fact; you get this message to tell you what you did:

"Your IM has been sent to my mobile device. When I receive it, I will be able to reply. Thanks for your IM! Want your IMs forwarded to your phone? Click here"

[ Reply to This | # ]
Works with Adium, too...
Authored by: viceer on Mon, Feb 19 2007 at 8:00PM PST
How much does it cost the recipient per sent? Per reply?

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: anonhintsrg on Wed, Apr 27 2005 at 12:38PM PDT
iChat 3.0 in Apple Mac OS X 10.4 Tiger now supports the ability to retain phone numbers on your buddy list.

[ Reply to This | # ]
retain phone numbers on iChat buddy list
Authored by: msb on Wed, Feb 7 2007 at 11:03AM PST
Can someone tell me how to retain phone numbers on iChat buddy list?

[ Reply to This | # ]
Four years later, still doesn't work quite right
Authored by: kupietz on Fri, Nov 16 2007 at 9:47PM PST
When I send messages to a certain friend, a few minutes later, Fire spits back, "This person has chosen not to receive text messages on their mobile device. To learn more about Mobile IM, click here." But she does receive the message. She can't reply, though.

[ Reply to This | # ]
Send SMS messages to mobile phones from iChat
Authored by: ccsccs7 on Fri, Jan 4 2008 at 9:27PM PST
That would depend on the carrier and the user's plan. It could be free if the plan includes unlimited or a large bucket of text messages, or it could range from 5-20¢ per message.

[ Reply to This | # ]