內容簡介
總結:這個外掛將預設的 WordPress 電子郵件發送功能替換為 MailGun 的 Mail Send API。
1. 這個外掛具有以下功能:
- 可切換郵件覆蓋功能,啟用/停用 Mailgun
- 輸入您的 Mailgun API 金鑰和域名
- 自訂“寄件人”電子郵件和姓名
- 直接從設定頁面發送測試郵件
- 乾淨且原生的 WordPress 管理介面
2. 外部服務:
- 此外掛與 Mailgun 電子郵件交付服務整合,通過其 API 發送外部郵件,而不是使用預設的 wp_mail() 功能
- 啟用後,外掛會與下列 Mailgun API 端點通訊:https://api.mailgun.net/v3/YOUR_DOMAIN/messages
- 傳送至 Mailgun 的資料包括:
- 寄件人姓名和電子郵件
- 收件人電子郵件
- 郵件主旨
- 郵件內容 (文字或 HTML)
- 可選標頭 (Cc、Bcc)
- 外掛需要有效的 Mailgun API 金鑰和域名才能運作。這些憑證存儲在您的 WordPress 資料庫中,僅用於驗證對 Mailgun 的 API 請求
3. 隱私聲明:
- 通過使用此外掛,您同意遵守 Mailgun 的服務條款和隱私政策。請確保您使用 Mailgun 符合當地隱私法律和自己的數據保護政策。
問題與答案:
- 這個外掛如何修改 WordPress 電子郵件發送功能?
- 這個外掛使用 Mailgun 的 Mail Send API 覆蓋預設的 WordPress 電子郵件發送功能。
- 如何在此外掛中自訂寄件人電子郵件和姓名?
- 您可以在設定中輸入您的 Mailgun API 金鑰和域名,然後自訂“寄件人”電子郵件和姓名。
- 如何進行測試郵件發送?
- 您可以直接從設定頁面發送測試郵件。
- 此外掛如何處理隱私權議題?
- 使用此外掛即代表您同意遵守 Mailgun 的服務條款和隱私政策,請確保使用符合當地隱私法律和自己的數據保護政策。
外掛標籤
開發者團隊
原文外掛簡介
This plugin overrides the default WordPress email sending function with MailGuns’s Mail Send API.
Key Features:
Toggle Email Override for Mailgun on/off
Enter your Mailgun API key and domain
Customize the “From” email and name
Send a test email directly from the settings page
Clean and native WordPress admin UI
External Services
This plugin integrates with the Mailgun email delivery service to send outgoing emails via its API instead of the default wp_mail() function.
When enabled, the plugin communicates with the following Mailgun API endpoint: https://api.mailgun.net/v3/YOUR_DOMAIN/messages
Data sent to Mailgun includes:
– Sender name and email
– Recipient email(s)
– Email subject
– Message body (text or HTML)
– Optional headers (Cc, Bcc)
The plugin requires a valid Mailgun API key and domain to function. These credentials are stored in your WordPress database and used only to authenticate API requests to Mailgun.
Privacy Notice:
By using this plugin, you agree to Mailgun’s Terms of Service and Privacy Policy. Ensure your use of Mailgun complies with local privacy laws and your own data protection policies.
