https://github.com/dockleryxk/easy-recaptcha-mailer
a PHP script, does what it says and that's it
https://github.com/dockleryxk/easy-recaptcha-mailer
Last synced: 2 months ago
JSON representation
a PHP script, does what it says and that's it
- Host: GitHub
- URL: https://github.com/dockleryxk/easy-recaptcha-mailer
- Owner: dockleryxk
- License: other
- Created: 2017-02-16T20:34:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T04:13:31.000Z (about 8 years ago)
- Last Synced: 2025-01-08T00:28:28.837Z (4 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Easy Recaptcha Mailer
>A no frills php script that will send email from a server. Comes with server-side recaptcha validation and sanitation.
See it in action on my website, [richardjeffords.com](https://richardjeffords.com)
## How
- Put it on your server
- Open it up
- Change the variables at the top right under the if statement
- Call it with a POST request (check out the js example)
- Do whatever you wantNOTE: I didn't bother testing this on anything besides PHP 7.
## License [](http://www.wtfpl.net/)
This script is made available under a [WTFPL license](http://www.wtfpl.net/)
Copyright © 2017 Richard Jeffords