iosswiftskpsmtpmessage

Is there a library "SKPSMTPMessage" for Swift?


Is there any SKPSMTPMessage 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.


Solution

  • 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.