Send email from you iPhone/iPad app is easy. Simply use the MailComposerViewController to launch the main composer interface. The values for the mail related fields like Subject, Body etc. can be pre populated as well.
Basic steps: Add MessageUI Framework to the Project -> Create the ViewController on send Email Button or some other trigger and write the Handler to display Success or Error -> Populate Values -> Launch the view using presentModalViewController on the view controller.