AFAIK, this is typically implemented within the cellular network's
"smarts" along with other services (like voicemail, or SMS messages
about missed calls).
Doing this in an application seems possible, but difficult, as you'll
need to implement your own email messaging back-end, possibly including
your own mail servers.
-- Kostya
25.01.2011 1:47, JAlexoid (Aleksandr Panzin) пишет:
I am pretty sure that SmsMessenger does not send emails. You use the
Email client to do that.
Read the error output from LogCat. If then you don't know what is the
problem, post it here. Maybe someone will ridicule you for something
or there is a genuine problem.
On 24 янв, 23:12, Jonathan Jenne<[email protected]> wrote:
anybody?
On Jan 21, 12:23 pm, Jonathan Jenne<[email protected]> wrote:
I'm trying to code an app that sends an SMS message to an email
gateway. I know this is possible because I can send a message from my
phone number to an email, and have it receive it properly. Also, I can
reply to that email and my phone will get it as a text message. The
problem I'm having is that when I code it this way... the message just
never happens.
My code in question is as follows:
String number = "[email protected]";
String st = "testing";
sm.sendTextMessage(number, null, st, null, null);
So, it should be sending "testing" to my email address... but it just
seems to die when this method is called? Other operations within this
method seem to be working as well.
--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en