Framework for SMTP Sending with iOS

偶尔善良 提交于 2019-12-24 01:01:30

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!