riham / eventmachine forked from garbagecat/eventmachine

A fast network I/O and event-management framework for Ruby, Java, and C++ programmers.

eventmachine / SMTP
100644 10 lines (3 sloc) 0.208 kb
1
2
3
4
5
6
7
8
9
10
$Id$
 
 
[DOCUMENT UNDER CONSTRUCTION]
 
This note details the usage of EventMachine's built-in support for SMTP. EM supports both client and server connections, which will be described in separate sections.