Beskrivning
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
- Install & activate WPGraphQL
- Install & activate this plugin to the
/wp-content/plugins/directory
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”WPGraphQL Send Mail” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”WPGraphQL Send Mail” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
