Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :)