I want to send email from my application. How can i send it?
Asked
Active
Viewed 2.0k times
2
-
Try [this](http://icodeblog.com/2009/02/20/iphone-programming-tutorial-using-openurl-to-send-email-from-your-app/) tutorial. – Andrei Bularca Oct 05 '10 at 11:09
1 Answers
3
Documentation of MFMailComposeViewController is the first place you should start with.
Generally, I don't recommend tutorial links but this link might be useful.

rohan-patel
- 5,772
- 5
- 45
- 68