Opis
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
}
}
`
Instalacija
- Install & activate WPGraphQL
- Install & activate this plugin to the
/wp-content/plugins/
directory
Recenzije
Nema recenzija za ovaj dodatak.
Saradnici i programeri
“WPGraphQL Send Mail” is open source software. The following people have contributed to this plugin.
DoprinositeljiPrevedi “WPGraphQL Send Mail” na vaš jezik.
Zainteresirani za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.