Description
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
}
}
`
Installation
- Install & activate WPGraphQL
- Install & activate this plugin to the
/wp-content/plugins/
directory
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WPGraphQL Send Mail” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WPGraphQL Send Mail” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.