# lua-sendmail **Repository Path**: mirrors_LuaDist/lua-sendmail ## Basic Information - **Project Name**: lua-sendmail - **Description**: Simple wrapper around luasoket smtp.send - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README lua-sendmail ============ Simple wrapper around luasoket smtp.send.
See [documentation](http://moteus.github.io/sendmail/index.html). ##Usage ```Lua local sendmail = require "sendmail" local from, to, server = 'from@some.mail', 'to@some.mail', '127.0.0.1' sendmail(from, to, server, {"Subject", [[ This is mail body. ]], file = { name = 'message.txt'; data = 'file content'; }; }) ``` ##Dependences## * [LuaSocket](http://www.impa.br/~diego/software/luasocket) [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/moteus/lua-sendmail/trend.png)](https://bitdeli.com/free "Bitdeli Badge")