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