Add WPGraphql Send Mail

Beschreibung

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

Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

Mitwirkende und Entwickler

„Add WPGraphql Send Mail“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende