Adding the callback.lua documentation.

This commit is contained in:
Diego Nehab 2004-01-21 06:33:47 +00:00
parent 68d57dc931
commit e63f500d24
2 changed files with 253 additions and 1 deletions

View file

@ -36,7 +36,7 @@
<h2 id=smtp>SMTP</h2>
<p>
The module <tt>smtp.lua</tt> provides functionality to send e-mail
The <tt>smtp.lua</tt> module provides functionality to send e-mail
messages. The implementation conforms to the Simple Mail Transfer Protocol,
<a href="http://www.cs.princeton.edu/~diego/rfc/rfc2821.txt">RFC 2821</a>.
The other RFC of interest in this implementation is