Beschreibung
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
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende & Entwickler
„WPGraphQL Send Mail“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „WPGraphQL Send Mail“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.