tombroucke / wp-cli-mail
There is no license information available for the latest version (1.0.0) of this package.
Send WordPress e-mails from the command line
1.0.0
2026-03-16 11:10 UTC
Requires (Dev)
- laravel/pint: ^1.29
README
A WP-CLI package to easily send emails from the command line in your WordPress installation.
Features
- Send emails via WP-CLI
- Specify recipient, subject, and message
- Useful for debugging email configuration
Installation
wp package install tombroucke/wp-cli-mail
Usage
wp mail send example@example.com --verbose
Arguments:
<email>(required): Recipient email address
Options:
--subject(optional): Email subject--body(optional): Email body--verbose(optional): Show email configuration