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

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

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 want

NOTE: I didn't bother testing this on anything besides PHP 7.

## License [![alt text](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png)](http://www.wtfpl.net/)

This script is made available under a [WTFPL license](http://www.wtfpl.net/)

Copyright © 2017 Richard Jeffords