I am new to iphone app development, i have created my own app, i want to know whether we can setup the email address for our own app or we have to use only the email that was setup in the iphone. If we can please give me an idea of how to do it.
Thanks in Advance
Akhil
Mails sent from within app will only use the default mail account in Settings.
EDIT:
Here is a sample sendEmail() method:
You will need the
addAttachmentDatamethod for attachments.You will also need to implement the didFinishWithResult method to discard the MFMail controller
Make sure your the class where you write these methos implements the < MFMailComposeViewControllerDelegate > protocol
Hope this helps!