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
- Install & activate WPGraphQL
- 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.
BijdragersVertaal “WPGraphQL Send Mail” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.