Add WPGraphql Send Mail

Leírás

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

`

Telepítés

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

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“Add WPGraphql Send Mail” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Add WPGraphql Send Mail” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.