This plugin enables to send email via WPGraphQL.
As of April 2026, WPGraphQL Send Mail is a WordPress mail plugin with 500 active installations and a 0/5 rating0. It has been downloaded 3.4K+ times in total. Requires WordPress 5.0+ and PHP 7.0+. Available on WordPress.org since 2021. Last updated 5 years ago — may have compatibility concerns. Top alternative: Flamingo.
This plugin enables to send email via WPGraphQL.
`
mutation SEND_EMAIL {
sendEmail(
input: {
to: “[email protected]”
from: “[email protected]”
subject: “test email”
body: “test email”
clientMutationId: “test”
}
) {
origin
sent
message
}
}
`
| WordPress | 5.0+ requiredTested up to 5.6.17 |
| PHP | 7.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.