diff options
Diffstat (limited to 'doc/smtp.html')
-rw-r--r-- | doc/smtp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/smtp.html b/doc/smtp.html index 3a30a07..aa92149 100644 --- a/doc/smtp.html +++ b/doc/smtp.html | |||
@@ -36,7 +36,7 @@ | |||
36 | <h2 id=smtp>SMTP</h2> | 36 | <h2 id=smtp>SMTP</h2> |
37 | 37 | ||
38 | <p> | 38 | <p> |
39 | The module <tt>smtp.lua</tt> provides functionality to send e-mail | 39 | The <tt>smtp.lua</tt> module provides functionality to send e-mail |
40 | messages. The implementation conforms to the Simple Mail Transfer Protocol, | 40 | messages. The implementation conforms to the Simple Mail Transfer Protocol, |
41 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2821.txt">RFC 2821</a>. | 41 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2821.txt">RFC 2821</a>. |
42 | The other RFC of interest in this implementation is | 42 | The other RFC of interest in this implementation is |