https://github.com/hyperoslo/postman
«You're nothing but a drifter who found a bag of mail»
https://github.com/hyperoslo/postman
Last synced: 10 months ago
JSON representation
«You're nothing but a drifter who found a bag of mail»
- Host: GitHub
- URL: https://github.com/hyperoslo/postman
- Owner: hyperoslo
- License: other
- Created: 2015-04-19T07:25:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T13:46:41.000Z (about 11 years ago)
- Last Synced: 2024-10-10T05:43:23.672Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://www.hyper.no
- Size: 293 KB
- Stars: 15
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://travis-ci.org/hyperoslo/Postman)
[](http://cocoadocs.org/docsets/Postman)
[](http://cocoadocs.org/docsets/Postman)
[](http://cocoadocs.org/docsets/Postman)
## Usage
```swift
postman.sendMailTo(
"olivia@louise.com",
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!")
}
```

## Installation
**Postman** is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'Postman'
```
## Author
Hyper Interaktiv AS, ios@hyper.no
## License
**Postman** is available under the MIT license. See the LICENSE file for more info.