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” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.
PenyumbangTranslate “WPGraphQL Send Mail” into your language.
Berminat dalam pembangunan?
Layari kod, periksa repositori SVN, atau langgani log pembangunan dengan RSS.