public
Fork of riham/eventmachine
Description: A fast network I/O and event-management framework for Ruby, Java, and C++ programmers.
Homepage: http://rubyeventmachine.com
Clone URL: git://github.com/espace/eventmachine.git
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.