WPGraphQL Send Mail
·
This plugin enables to send email via WPGraphQL.
Beoordelingen
Versie
1.2.0
Actieve installaties
500
Laatst bijgewerkt
Jan 27, 2021
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 } }
`
