In my app, I have an abouts page. I would like to place a round rect button which when I press it, I would be able to send an email to the company with an embedded email address.
Are there any tutorials to do this?
Thanks in advance.
You have to link against the MessageUI
framework and use the class MFMailComposeViewController
. Don't forget to import the framework (#import <MessageUI/MessageUI.h>
).
The documentation with sample code: http://developer.apple.com/library/ios/#documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html