WPGraphQL Send Mail Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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
}
}
`
Screenshots
No screenshots provided