外掛說明
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
}
}
`
安裝方式
- Install & activate WPGraphQL
- Install & activate this plugin to the
/wp-content/plugins/directory
使用者評論
這個外掛目前沒有任何使用者評論。
