Add WPGraphql Send Mail

Descripción

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

`

Instalación

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

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“Add WPGraphql Send Mail” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Add WPGraphql Send Mail” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .