Add WPGraphql Send Mail

Descrizione

This plugin enables to send email via WPGraphQL.

Usage

`

mutation SEND_EMAIL {
sendEmail(
input: {
to: “test@test.com”
from: “test@test.com”
subject: “test email”
body: “test email”
clientMutationId: “test”
}
) {
origin
sent
message
}
}

`

Installazione

  1. Install & activate WPGraphQL
  2. Install & activate this plugin to the /wp-content/plugins/ directory

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Add WPGraphql Send Mail” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori