TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2015 |
Maintained by Elvis Nuñez.
func sendMailAction() {
postman = Postman()
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 postmanDidFinished(postman: Postman!) {
println("postmanDidFinished!")
}
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.