Releases: Spencer14420/SPEmailHandler-PHP
Releases · Spencer14420/SPEmailHandler-PHP
1.0.1
What's Changed
- Update dependencies by @Spencer14420 in #13
- Correctly set name to "somebody" if the submitted value is an empty string by @Spencer14420 in #14
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Do not include any user input in confirmation emails by @Spencer14420 in #12
1.0.0-beta2
Changes:
-
Minor code improvements
-
Provide a more descriptive error when a config variable is invalid or not set as required
-
Update dependencies
1.0.0-beta1
Add CAPTCHA and CSRF token verification (#4) * Add CAPTCHA and CSRF token verification * Split email sending into its own function * Add type declarations and use strict types
1.0.0-alpha4
Use PHPMailer (#2) Implement PHPMailer instead of using mail() directly.
1.0.0-alpha3
Rename file and remove unnecessary file
1.0.0-alpha2
Set up autoloading
1.0.0-alpha
Add php files, forked from CAPANDA