How to send Emails in iPhone
1973
19-Feb-2015
How to send Emails in iPhone ?
Anonymous User
19-Feb-2015Follow these steps :
Step.1- Include MessageUI.framework in your project.
Step-2 Import MessageUI/MessageUI.h in your header file like that in my case
Setp-3 Suppose you want to send SMS on button touch(click) then write the following code in your implementation (Sendemail.m) file.