I'm trying to make an iPhone app where a user can use a built-in template for sending SMS messages. For example:
Dear [recipient name]
I would like to meet you.
Yours sincerely,
[recipient name]
I want to change [recipient name]
to the person the user is sending the SMS message to.
How would I generate the string to be sent in the SMS message, and how would I send it?