Add WPGraphql Send Mail

Mô tả

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
}
}

`

Cài đặt

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

Đánh giá

Không có đánh giá nào cho plugin này.

Người đóng góp & Lập trình viên

“Add WPGraphql Send Mail” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp