[WordPress] 外掛分享: WPGraphQL Send Mail

首頁外掛目錄 › WPGraphQL Send Mail
WordPress 外掛 WPGraphQL Send Mail 的封面圖片
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
}
}

`

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.2.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WPGraphQL Send Mail」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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

延伸相關外掛

文章
Filter
Mastodon