master
branch is always stable and contains latest releases.
If you find an bug or problem, please let us know by creating an issue!
- PHP 7.3+
- Composer v1.x. If you are currently using the composer v2.x please switch to v1.x with this command:
composer self-update --1
- WP-CLI must be accessible by
wp
command - Node.js. Check required version in package.json
- GIT
- clone this repository to your computer
- in the root of the repository run
npm install
andcomposer build-lite
- WP Mail SMTP Lite is ready for development
Contributions to WPForms are welcome!
- Open an Issue on GitHub.
- Fork WP Mail SMTP on GitHub.
- Create a new branch.
- When committing, reference your issue and provide notes/feedback.
- Send us a Pull Request with your bug fixes and/or new features.