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
- Host: GitHub
- URL: https://github.com/dizballanze/nginx-lua-contact
- Owner: dizballanze
- License: mit
- Created: 2015-06-09T07:30:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T14:56:17.000Z (about 10 years ago)
- Last Synced: 2025-03-23T19:22:36.901Z (3 months ago)
- Topics: form-handler, lua, nginx
- Language: Lua
- Homepage:
- Size: 121 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```