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.
Suradnici i Programeri
“WPGraphQL Send Mail” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
SuradniciPrevedite “WPGraphQL Send Mail” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.