Postman 0.1.0

Postman 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2015

Maintained by Elvis Nuñez.



Postman 0.1.0

Usage

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!")
}

Image

Installation

Postman is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Postman'

Author

Hyper Interaktiv AS, [email protected]

License

Postman is available under the MIT license. See the LICENSE file for more info.