Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethkalmer/celluloid-smtp-sample
Simple example of an SMTP server with Celluloid::IO & EventMachine
https://github.com/kennethkalmer/celluloid-smtp-sample
Last synced: about 15 hours ago
JSON representation
Simple example of an SMTP server with Celluloid::IO & EventMachine
- Host: GitHub
- URL: https://github.com/kennethkalmer/celluloid-smtp-sample
- Owner: kennethkalmer
- Created: 2014-04-02T21:09:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T21:16:00.000Z (over 10 years ago)
- Last Synced: 2024-04-16T05:35:24.047Z (7 months ago)
- Language: Ruby
- Homepage: http://www.meetup.com/joziruby/events/169952052/
- Size: 145 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
celluloid-smtp-sample
=====================Clone this repo and install the dependencies with bundler.
Then choose to run a celluloid or EM based server by running `./bin/celluloid` or `/bin/em`.
You can use [swaks](http://www.jetmore.org/john/code/swaks/) to send mails into the server and see how it behaves, something like this:
```
$ swaks -s 127.0.0.1 -p 1025 -t [email protected]
```Have fun :)