Monday, March 26, 2012

Re: [android-developers] How to sent SMS text message to any email address.

I used following code to send sms to destination email address but it does'nt work.
5554 is emulator port .
SmsManager sms = SmsManager.getDefault();
        sms.sendTextMessage("5554", null, "username@domainname hello", null, null);
How i resolve problem to send text message to email address?anybody help plz????

On Mon, Mar 26, 2012 at 6:03 PM, ravindra bhavsar <ravindra.bhavsar8@gmail.com> wrote:
k thank you.


On Mon, Mar 26, 2012 at 6:02 PM, Narendra Singh Rathore <nsr.curious@gmail.com> wrote:


On Mon, Mar 26, 2012 at 5:59 PM, ravindra bhavsar <ravindra.bhavsar8@gmail.com> wrote:
i configure my gmail account with emulator.How to send sms to perticular email address.?


Hi Ravindra, as I told you earlier, I haven't tried it yet.

Just google out and you may find an appropriate answer. 

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment