Add WPGraphql Send Mail

Beskrivning

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

`

Installation

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

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Add WPGraphql Send Mail” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”Add WPGraphql Send Mail” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.