问题
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
回答1:
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.
来源:https://stackoverflow.com/questions/11722269/framework-for-smtp-sending-with-ios