An open API service indexing awesome lists of open source software.

https://github.com/dizballanze/nginx-lua-contact

Nginx + Lua contact form handler
https://github.com/dizballanze/nginx-lua-contact

form-handler lua nginx

Last synced: 2 months ago
JSON representation

Nginx + Lua contact form handler

Awesome Lists containing this project

README

        

Nginx + Lua contact form handler example
========================================

Simple contact form handler, that receive form data and send it throw SMTP server to specified email
address. Works on ngx_lua.

Give it a try (with vagrant and virtualbox):

```
git clone https://github.com/dizballanze/nginx-lua-contact.git
cd nginx-lua-contact
vagrant up
```