lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> local smtp = require("smtp")

This smtp module doesn't seem to return its table, so try this instead:

	require("smtp")
	local smtp = smtp