postman.sendMailTo(
"[email protected]",
subject: "Hi",
body: "Livy Darling, \n\nI am grateful — grate-fuller than ever before — that you were born, & that your love is mine & our two lives woven & melded together! \n\n- SLC",
attachment: nil,
usingController: self)
postman.delegate = self
func postmanDidFinish(postman: Postman!) {
println("postmanDidFinish!")
}
Postman is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Postman'
Hyper Interaktiv AS, [email protected]
Postman is available under the MIT license. See the LICENSE file for more info.