Is there a library “SKPSMTPMessage” for Swift?
问题 Is there any SMPSKMPMessage library to use in Swift? earlier i have used this tutorial which is in objective - c. What I want to do is send a mail in background using Swift. 回答1: I don't know any email sending library in Swift, but you can definitely use the one described in the Objective-C tutorial in your Swift application. All Objective-C libraries are cross-compatible with Swift code: just use a bridging header. 回答2: Simply integrate skpsmtpmessage with cocoa pods by adding: pod