Welcome to our GitHub Repository!!!
master
branch is always stable and contains latest releases.
Bugs
If you find an bug or problem, please let us know by creating an issue!
Development Requirements
- 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
Development
- clone this repository to your computer
- in the root of the repository run
npm install
and composer build-lite
- WP Mail SMTP Lite is ready for development
Contributions
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.