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
}
}
`
Active installations400+
Weekly downloads
19-20.83%
Version1.2.0
Last updated1/27/2021
WordPress version5.0
Tested up to5.6.14
PHP version7.0
Tags
Decoupled WordPressGraphQLHeadless WordPressmailWpGraphQL