|
Many cell (mobile) phone providers in the USA have an email gateway for SMS that allows anyone to send an email that will in turn send a text message. For example, to send a text-message to a user who has a Verizon phone you can send an email to user_...
Started by unintentionally left blank on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
They are also considerably cheaper when you buy sms in bulk.....
If you send too many messages from the same email address, the messagesYour best bet is to find a third party email-to-sms provider.
Users, go with email-to-SMS.
|
|
How can i read sms messages in my inbox?i want to read the sms msgs ,no of msgs etc Can i do it in j2me?if yes how? i want to run the app on nokia and sony
Started by akshay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In other words, you can't receive any sms.
However you can run your j2me application and wait for incoming sms.
I believe you can't read sms directly from your inbox.
See this please.
|
|
Do all cell companies have open APIs that allow you to send SMS messages like Twitter does?
Do you have to pay to do this?
Started by Blankman on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
For AT&T I believe.
They provide an easy API so that you can send SMS messages from yourMany (most?) mobile companies have email gateways allowing you to send an SMS.
A look at messagepub.
|
Ask your Facebook Friends
|
Is there a way to intercept an SMS with BroadcastReceiver as for example here but without showing any notifications to the user and immediately deleting the message that contains for example some keyword
EDIT:
What I need is to have some communication...
Started by michael on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
WAP is a SMS message with a URL, it's goal is to allow users it's a premium....
To receive and send SMS messages without your knowledge? SMS can also bill your phone so I'm thinking service to do the task your requesting.
|
|
We are building a web app that should be able to receive SMS messages and store the information contained in it in database.
Which methods have you used? Which service providers are out there that can assist?
Started by pierson on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The application in question was also sending SMS messages as well and we just did an http GET to a web page the Asterisk....
For a phone number and sms messages sent to that end up hitting a URL on your site to deliver them just.
|
|
Ideally I could download them in some structured form, but I just want to read my SMS messages on my Mac. Is this possible? (I tried Syphone and it didn't recognize my iPhone 3G)
Started by Horace Loeb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I bellieve SMS are stored in a SQLite DB on the device, if you can gain access to the DB file as you could using jailbroken firmware....
Automatically forwards any sms's I receive to my gmail account so I always have a copy no matter what PC UI.
|
|
Hi,
So in order to send an SMS myself, I need a GSM modem. How does the modem actually send the messages out though, doesn't it still need to connect to some network provider to deliver the messages? So I need a SIM card as well then. Can anyone explain...
Answer Snippets (Read the full thread at stackoverflow):
You can ....
Using a GSM modem to send SMS is basically phones can also act as modems.
The commands are sent to the modem over set for the given modem from the manufacturers web site .
Actions liking entering the PIN code or sending an SMS.
|
|
After a review of the iPhone SDK documentation, I have not yet found a way for an application to be written such that it can programmatically process the content of an incoming SMS message within the iPhone platform. The idea would be for such an application...
Started by InSciTek Jeff on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Is there a possibility to read received SMS messages ?
Unfortunately, just registering with that scheme....
One for them.
Unfortunately, you cannot intercept - or be notified of - incoming SMS messages with the iPhone SDK.
|
|
I have a client who wants a solution to allow delivery people to text (SMS messaging) in that they have completed a pick up at a particular location. What I'm looking for is Code to read an imbound SMS message or a SMS component if appropiate. This would...
Started by Leo Moore on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending on your in Java that provided a easy to ... .
At the time, I used a library provides a number of interfaces for developers to send and receive SMS/MMS etc.
AT commands that can be used for receiving and sending SMS messages.
|
|
I have a app, which sends a lot of SMS messages to a central server. Each user will probably send ~300 txts/day. SMS messages are being used as a networking layer, because SMS is almost everywhere and mobile internet is not. The app is intended for use...
Started by Robert Parker on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Who knows....
If it is the fall back mechanism, you can then prompt the user letting them know that they will be prompted to confirm the level of SMS activity every 100 messages or so.
Let SMS be the fall back mechanism.
Be the case.
|