Please tell me how to send an email?
That means i have an uibutton when the user clicks that i want retrieve some data from app and send it to technical assistant`s mail id.. is there any simple method for doing this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No need to create UIButton. You have to use the MFMailComposeViewController class and the MFMailComposeViewControllerDelegate protocol to send a mail..
For your easiness in creating e-mail app your can refer to the following link.
http://mobileorchard.com/new-in-iphone-30-tutorial-series-part-2-in-app-email-messageui/
it may be helpful to you in creating your app