Descrição
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
}
}
`
Instalação
- Install & activate WPGraphQL
- Install & activate this plugin to the
/wp-content/plugins/
directory
Avaliações
Este plugin não tem avaliações.
Contribuidores e programadores
“WPGraphQL Send Mail” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “WPGraphQL Send Mail” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.