HI, I am looking for help, I am new to cocoa and iphone programming
Is there a way to send an email, using standard account configured on the device WITHOUT opening a compose UI?
I want to write an app to send me email reminders.
you have a text area where you type something, when you hit button send at the titlebar it sends contents of text area to my email, that's it
I have done the text area and button thing, but it opens me a compose window, when I use MFMailComposeViewController...
or maybe using compose window, but hide certain fields, such as to, cc, bcc...
all of articles I've found on the internet are either outdated or about MFMailComposeViewController...
looking forward to hearing a replay from you
Thanks...