Add WPGraphql Send Mail
Add WPGraphql Send Mail

Add WPGraphql Send Mail

0/5 (0 ratings) 500 active installs Updated May 18, 2026

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

`