Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

WPGraphQL Send Mail

Beschrijving

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

`

Installatie

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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“WPGraphQL Send Mail” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “WPGraphQL Send Mail” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.