
This plugin enables to send email via WPGraphQL.
| Author: | ash_hitch (profile at wordpress.org) |
| WordPress version required: | 5.0 |
| WordPress version tested: | 6.9.4 |
| Plugin version: | 1.6.2 |
| Added to WordPress repository: | 27-01-2021 |
| Last updated: | 18-05-2026 |
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://github.com/ashhitch/wp-graphql-send-m... |
| Total downloads: | 4 132 |
| Active installs: | 500+ |
![]() Click to start download |
|
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
}
}
`
