BACK TO DIRECTORY

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
}
}
`
Plugin Details
Active Installs
400Total Downloads
4,453Version
1.6.2Requires WP
5.0Requires PHP
7.0Tested Up To
6.9.7Added
2021-01-27Last Updated
2026-05-18 7:48pm GMTRatings
5
0
4
0
3
0
2
0
1
0