I would like to send an SMS
from an iPhone but MFMessageComposeViewController
pops up the message,I would like to send the SMS
when an
It's not possible to send SMS messages programmatically through the iOS SDK. As you can imagine, if the SDK allowed this, it would open a huge can of worms in terms of developer abuse.
If the SMS messages don't have to come from the user's phone number, you can take a look at the Twilio API (http://www.twilio.com/sms).