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

Maintainers

Package info

github.com/tombroucke/wp-cli-mail

pkg:composer/tombroucke/wp-cli-mail

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-03-16 11:10 UTC

This package is auto-updated.

Last update: 2026-03-16 11:18:17 UTC


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