lua-users home
lua-l archive

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




On Wed, Jul 21, 2010 at 9:38 PM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> ... What should I have done instead?

require 'socket.smtp' as suggested before. You said it worked, right?
Remove smtp.lua from /usr/local/share/lua/5.1/ but leave it in
/usr/share/lua/5.1/socket/ to make sure it still works.

Yes it does, thanks for the clarification.

- J