This plugin enables to send email via WPGraphQL.
This plugin enables to send email via WPGraphQL.
`
mutation SEND_EMAIL {
sendEmail(
input: {
to: “[email protected]”
from: “[email protected]”
subject: “test email”
body: “test email”
clientMutationId: “test”
}
) {
origin
sent
message
}
}
`
/wp-content/plugins/
directory