Add WPGraphql Send Mail

Kuvaus

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
}
}

`

Asennus

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

Arvostelut

There are no reviews for this plugin.

Avustajat & Kehittäjät

“Add WPGraphql Send Mail” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

Käännä “Add WPGraphql Send Mail” omalle kielellesi.

Oletko kiinnostunut kehitystyöstä?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.