WPGraphQL Send Mail Wordpress Plugin - Rating, Reviews, Demo & Download

WPGraphQL Send Mail Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

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


Reviews & Comments