Skip to content

kennethkalmer/celluloid-smtp-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 to send mails into the server and see how it behaves, something like this:

$ swaks -s 127.0.0.1 -p 1025 -t joe@mailinator.com

Have fun :)

About

Simple example of an SMTP server with Celluloid::IO & EventMachine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages