
Resend Email Integration seamlessly replaces WordPress’s default email functionality with Resend’s powerful email API. This plugin:
This repository is configured for automatic deployment to WordPress.org using GitHub Actions.
Setup:
1. Configure GitHub Secrets (see DEPLOYMENT.md):
– WORDPRESS_ORG_USERNAME – Your WordPress.org username
– WORDPRESS_ORG_PASSWORD – Your WordPress.org Application Password
2. Push to main branch – deployment happens automatically
3. Version is extracted from resend-email-integration.php header
See DEPLOYMENT.md for detailed setup instructions.
For local testing or manual distribution:
`bash
./build-plugin.sh
`
This creates resend-email-integration.zip with all files including vendor/.
vendor/ folder exists: composer install --no-devvendor/ foldervendor/ folder with all dependenciescomposer.json and composer.lockImportant: The vendor/ folder must be included in the distribution zip. Users should not need to run Composer.
For development, you can use Composer to manage dependencies:
`bash
composer install
`
Note: The vendor/ folder is gitignored but must be included in distribution packages.
For issues and feature requests, please visit the plugin repository.
GPLv2 or later