how to send email without showing compose email UI?
- by seeingtiger
I am writing a program to grab picture from the Photo Album on the device and automatically send it as attachment to an email address. I want to do this without displaying the MFMailComposeViewController UI (the typical iphone send email compose Window).
Is this possible? thanks much in advance.