views:

39

answers:

2

I want to add a feature of sending some text via email from my iphone app. please tell me how to proceed. plz tell the steps on how to send email from and to . thanks

+3  A: 

What you want is the documentation for the MFMailComposeViewController

jer
There is also sample code listed under "Related sample code" at that link.
Robot K
+1  A: 

A very cool, and easy way to gain this and other share features is to add ShareKit. It take 5 minutes to setup and lets you add Twitter, Facebook and others.

coneybeare