Skip to content

awesomemotive/WP-Mail-SMTP

Repository files navigation

Plugin Version Total Downloads Plugin Rating WordPress Compatibility License

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

  1. clone this repository to your computer
  2. in the root of the repository run npm install and composer build-lite
  3. WP Mail SMTP Lite is ready for development

Contributions

Contributions to WPForms are welcome!

  1. Open an Issue on GitHub.
  2. Fork WP Mail SMTP on GitHub.
  3. Create a new branch.
  4. When committing, reference your issue and provide notes/feedback.
  5. Send us a Pull Request with your bug fixes and/or new features.