WPGraphQL Send Mail

Plugin Banner

WPGraphQL Send Mail

by ash_hitch

Download
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
}
}

`
  1. Install & activate WPGraphQL
  2. Install & activate this plugin to the /wp-content/plugins/ directory
Back to top