Framework for SMTP Sending with iOS

2019-07-09 05:18发布

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条回答
何必那么认真
2楼-- · 2019-07-09 05:43

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.

查看更多
登录 后发表回答