Mô tả
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
}
}
`
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
“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 “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.