
500+
安裝啟用
—
尚無評分
1877 天前
最後更新
—
問題解決
WordPress 5.0+ PHP 7.0+ v1.2.0 上架:2021-01-26
內容簡介
此外掛可以透過 WPGraphQL 來寄送電子郵件。
使用方法
`
mutation SEND_EMAIL {
sendEmail(
input: {
to: “[email protected]”
from: “[email protected]”
subject: “測試郵件”
body: “測試郵件內容”
clientMutationId: “test”
}
) {
origin
sent
message
}
}
`
外掛標籤
開發者團隊
原文外掛簡介
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
}
}
`
