I want to send a mail with HTML-content when I click a UIButton.
How can I proceed ?
Thanks a lot
I want to send a mail with HTML-content when I click a UIButton.
How can I proceed ?
Thanks a lot
If you want to give the user a chance to review it before sending it (which is generally recommended), see MFMailComposeViewController. For other implementations see the other links provided by others.