Can you send an email without the user using the mailComposer?
If the user enters the information in textFields and clicks a button called send.
Can that information be loaded into the email automatically and sent without the user seeing the actual e-mail?
Can you send an email without the user using the mailComposer?
If the user enters the information in textFields and clicks a button called send.
Can that information be loaded into the email automatically and sent without the user seeing the actual e-mail?
Thanks!
do u want to hide the MFMailComposeViewController screen from the user...so that he cant see the mail content in the MFMailComposeViewController view controller..
You could create a server side script (ASP, PHP...) that will accept the details as parameters and have the server send the email, but then it wont be sent from the user's mail account.