I am developing a mobile app where I want to open email just after SMS is sent to the selected user. I am developing it something like the one done in MessageMe app in iOS where when a user clicks on Invite, he is asked to select the recipients. If he selects two people from contact which have one phone number and other have an email selected, as soon as he clicks on send, the SMS view open and he clicks on send sms. Soon after SMS is sent, another window opens which shows send mail option and thus a user simultaneously sends email as well as SMS to different users.
Please input your response with the coding on how to do that.