설명
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
}
}
`
설치
- Install & activate WPGraphQL
- Install & activate this plugin to the
/wp-content/plugins/
directory
후기
이 플러그인에 대한 평가가 없습니다.