I am developing an app.
Can I know How to send a email from app with out using email window. ie, When I pressed a button I want to send mail automatically.
Without using the mail window.
I am developing an app.
Can I know How to send a email from app with out using email window. ie, When I pressed a button I want to send mail automatically.
Without using the mail window.
You can use the MailCore framework, please take a look at this example: http://alwawee.com/wordpress/2012/06/25/how-to-build-mailcore-framework-on-ios/
MailCore is a Cocoa e-mail framework built by Matt Ronge that is the core of the e-mail client Kiwi. MailCore provides a nice set of objects for working with IMAP, MIME and SMTP, all of which use the C e-mail library LibEtPan.