I wonder if there is any good framework / library out there for sending eMail via SMTP using iOS 5.x
I've tried SKSMTPMessage already and is not that robust as expected.
Any help will be appreciated.
Regards,
Christian
I wonder if there is any good framework / library out there for sending eMail via SMTP using iOS 5.x
I've tried SKSMTPMessage already and is not that robust as expected.
Any help will be appreciated.
Regards,
Christian
have you already tried MailCore ?
MailCore is a Mac and iOS framework designed to ease the pain of dealing with e-mail protocols. MailCore makes the process of sending e-mail easy by hiding the nasty details like MIME composition from you. Instead, there is a nice interface for composing messages and then there is a single method required to send the message. Checking e-mail on an IMAP server is a more complex beast, but MailCore makes the job much simpler but presenting everything as a set of abstract objects like Messages, Folders and Accounts.