|
On Wed, Jul 21, 2010 at 4:43 PM, Jamuse <jamuse@gmail.com> wrote:http://batbytes.com/luafaq/#T3.8
> Any ideas why smtp is a boolean value? Is there a better way to send an
> email in Lua?
I think you're trying to use LuaSocket, so the first line is:
local smtp = require 'socket.smtp'
steve d.