From bce1cb30d856d167e167c4c2997f9bebe03a612c Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 21 Jun 2004 06:07:58 +0000 Subject: More adjustments/bugfixes. --- doc/smtp.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/smtp.html') diff --git a/doc/smtp.html b/doc/smtp.html index 224dde3..b975045 100644 --- a/doc/smtp.html +++ b/doc/smtp.html @@ -3,7 +3,9 @@ -LuaSocket: Network support for the Lua language + + +LuaSocket: SMTP support @@ -16,7 +18,7 @@
@@ -48,7 +50,7 @@ control (if you bother to read the code). Another RFC of interest is RFC 2822, which governs the Internet Message Format. -Multipart messages (those that contain attatchments) are part +Multipart messages (those that contain attachments) are part of the MIME standard, but described mainly in RFC 2046 @@ -98,7 +100,7 @@ in representing them in a Lua table.

-The following constants can be set to control the default behaviour of +The following constants can be set to control the default behavior of the SMTP module:

@@ -256,7 +258,7 @@ mesgt = { to = "Fulano da Silva <fulano@example.com>", cc = '"Beltrano F. Nunes" <beltrano@example.com>', subject = "My first message" - } + }, body = "I hope this works. If it does, I can send you another 1000 copies." } -- cgit v1.2.3-55-g6feb
-LuaSocket +LuaSocket
Network support for the Lua language