WPGraphQL Send Mail

January 27, 2021

WPGraphQL Send Mail Plugin

This plugin enables to send email via WPGraphQL.

This plugin enables to send email via WPGraphQL.

Usage

` 

mutation SEND_EMAIL {
sendEmail(
input: {
to: “[email protected]
from: “[email protected]
subject: “test email”
body: “test email”
clientMutationId: “test”
}
) {
origin
sent
message
}
}

` 

Installation

  1. Install & activate WPGraphQL
  2. Install & activate this plugin to the /wp-content/plugins/ directory

Details

  • Version: 1.2.0
  • Active installations: 500
  • WordPress Version: 5.0
  • Tested up to: 5.6.14
  • PHP Version: 7.0

Ratings


5 Stars
4 Stars
3 Stars
2 Stars
1 Stars