From 8d4e240f6ae50d9b22ddc44f5e207018935da907 Mon Sep 17 00:00:00 2001
From: Diego Nehab
@@ -239,7 +239,7 @@ and
-- loads the SMTP module and everything it requires
-local smtp = require("smtp")
+local smtp = require("socket.smtp")
-- load the smtp support
-local smtp = require("smtp")
+local smtp = require("socket.smtp")
-- Connects to server "localhost" and sends a message to users
-- "fulano@example.com", "beltrano@example.com",
@@ -329,7 +329,7 @@ as listed in the introduction.
-- load the smtp support and its friends
-local smtp = require("smtp")
+local smtp = require("socket.smtp")
local mime = require("mime")
local ltn12 = require("ltn12")
--
cgit v1.2.3-55-g6feb