vote up 1 vote down star

Hi all,

first of all thanks a lot to all of you for past valuable suggestions,we are creating an application where on certain events wants to send email/sms to specified phone number we already tried with the openURL call but it opens the existing inbuilt email/sms application of the iphone.Our requirement is to send sms/email without opening the inbuilt iphone email/sms application is it possible if yes what are the supported API's to achieve it.

thanks in advance.

flag

0% accept rate
From a native app or a web app? – Koning Baard XIV Aug 17 at 12:59
from native application – yogendra singh Aug 17 at 13:06
1  
You may want to tag this with iphone (assuming I am reading this correctly and that is the platform you are targeting) or update the title, as currently it is a bit ambiguous. – Sam Aug 17 at 13:07

2 Answers

vote up 0 vote down

You can see my other answer from a similar question. Basically you can send an email to the phone if you know the provider. The provider will then format the email into a SMS message.

link|flag
vote up 1 vote down

You can do this with a short code by way of a SMS/MMS aggregator like OpenMarket or as another person has posted you can use the SMS Gateway but this requires the knowledge of the end users carrier name. If your replying to a SMS on the iPhone I believe you can use the API which in turn would give you the carrier id of the incoming SMS message you would like to reply to.

Maybe you could explain your problem a little more so we can better grasp your question.

link|flag
my problem is that by using the openURL API of iphone sdk we can open the emailmail.app or sms.app of the iphone from there if we click on send or cancel button it will send email or sms to the number specified ,but actually what we are looking for is to send the sms.email directly from our application without opening these in built email/sms.app applications of the iphone is it possible?please help me. thanks in advance – yogendra singh Aug 18 at 4:43
The only way I can see (If you don't have the carrier information upfront) is to use a Short Code as I have listed above, through a mobile messaging aggregator like www.openmarket.com – Phill Pafford Aug 18 at 12:36
using a short code with an aggregator you can do number lookups (to see what carrier the number is) and send a custom SMS message with your application. – Phill Pafford Aug 18 at 12:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.