Ecosyste.ms: Awesome
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: 3 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T14:56:17.000Z (over 9 years ago)
- Last Synced: 2025-01-03T22:52:17.859Z (9 days ago)
- Topics: form-handler, lua, nginx
- Language: Lua
- Homepage:
- Size: 121 KB
- Stars: 10
- Watchers: 3
- 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
```