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
- Install & activate WPGraphQL
- 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ópDịch “Add WPGraphql Send Mail” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
