Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Apr 4, 2017
1 parent 2209eda commit 7b5d2a4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -4,7 +4,8 @@ lua-sendmail

Simple wrapper around luasoket smtp.send.<br/>
See [documentation](http://moteus.github.io/sendmail/index.html).
##Usage

## Usage

```Lua
local sendmail = require "sendmail"
Expand Down Expand Up @@ -81,9 +82,7 @@ sendmail{
```


##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")
## Dependences
* [LuaSocket](https://luarocks.org/modules/luarocks/luasocket)
* [Lua-cURL](https://luarocks.org/modules/moteus/lua-curl) - can be used to handle SMTP(S) protocol and IO. Still require LuaSocket to build message itself.

0 comments on commit 7b5d2a4

Please sign in to comment.