Dette innstikket er ikkje testa med dei tre siste utgåvene av WordPress. Det kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar av WordPress.

WPGraphQL Send Mail

Skildring

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

`

Installasjon

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

Omtalar

There are no reviews for this plugin.

Bidragsytarar og utviklarar

“WPGraphQL Send Mail” is open source software. The following people have contributed to this plugin.

Contributors