Skildring
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
}
}
`
Installasjon
- Install & activate WPGraphQL
- Install & activate this plugin to the
/wp-content/plugins/
directory
Omtalar
There are no reviews for this plugin.
Bidragsytarar og utviklarar
“WPGraphQL Send Mail” is open source software. The following people have contributed to this plugin.
ContributorsOmset “WPGraphQL Send Mail” til ditt eige språk.
Interested in development?
Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.