WPGraphQL Send Mail

WPGraphQL Send Mail Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 2,186 downloads
WPGraphQL Send Mail Icon

Try plugin: WPGraphQL Send Mail

We'll create fresh WordPress site with WPGraphQL Send Mail installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WPGraphQL Send Mail

This plugin enables to send email via WPGraphQL.

0


0


0


0


0

updated: 3 years ago
since: 3 years ago
author: Ash Hitchcock

Description

This plugin enables to send email via WPGraphQL.

Usage

`

mutation SEND_EMAIL {
sendEmail(
input: {
to: “[email protected]
from: “[email protected]
subject: “test email”
body: “test email”
clientMutationId: “test”
}
) {
origin
sent
message
}
}

`