Descripción
This plugin enables to send email via WPGraphQL.
Usage
`
mutation SEND_EMAIL {
sendEmail(
input: {
to: "[email protected]"
from: "[email protected]"
subject: "test email"
body: "test email"
clientMutationId: "test"
}
) {
origin
sent
message
}
}
`
Instalación
- Install & activate WPGraphQL
- Install & activate this plugin to the
/wp-content/plugins/directory
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
"Add WPGraphql Send Mail" es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce "Add WPGraphql Send Mail" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
