Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 361 Bytes

File metadata and controls

13 lines (10 loc) · 361 Bytes

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