跳至主要內容
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

ZevSend SMTP

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

ZevSend SMTP

由 DAN 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

This is the official integration for ZevSend (https://zevsend.com), a transactional messaging service for email, SMS, WhatsApp, and verification codes. The plugin connects your WordPress site to your own ZevSend account and routes every email your site sends through the ZevSend email delivery API, instead of the default server mailer that is often unreliable and lands in spam. A ZevSend account and API key are required.

Unlike a generic SMTP tool, it is purpose-built for the ZevSend API: it uses your verified sending domains and approved brand name, detects sandbox versus live from your key, respects ZevSend’s per-message limits, and surfaces ZevSend’s own delivery errors in plain language. If you send with ZevSend, this is the supported way to wire it into WordPress.

Because it hooks WordPress at the wp_mail() layer, it works with everything automatically: WooCommerce order and shipping emails, password resets, new-user notifications, comment replies, and any contact form, membership, or newsletter plugin that sends mail the standard way. There is nothing to change in your theme or other plugins.

ZevSend is API based, so there is no SMTP host or port to configure. You paste one API key and choose your From address.

Key features

  • One-key setup. No host, port, or encryption settings.
  • Universal compatibility through the wp_mail() hook, including WooCommerce.
  • Sender identity that respects your approved ZevSend brand name.
  • Optional From address forcing so every email uses a consistent sender.
  • Attachments supported (up to the ZevSend per-message limits).
  • Built-in test email button to confirm delivery.
  • Optional email log that records recipients, subject, and status. Message bodies are never stored.
  • Sandbox and live modes, detected automatically from your key.
  • Security first: the API key can be set in wp-config.php so it never touches the database.

ZevSend is a product of Zevop (https://zevop.com).

External Services

This plugin connects to the ZevSend email delivery API to send your site’s outgoing email. This is required for the plugin to function.

Service: ZevSend Email API
Endpoint: https://api.zevsend.com/v1/emails

When data is sent: Every time your site sends an email through wp_mail() (for example a WooCommerce order confirmation, a password reset, or a contact form notification), and when you click the “Send test email” button on the settings screen.

What data is sent: Your ZevSend API key (in the Authorization header for authentication), and the email being delivered. That email includes the recipient addresses (to, cc, bcc), the reply-to address, the From name and address, the subject, the message body, and any attachments the sending plugin included. No other site data is transmitted.

This service is operated by ZevSend. Please review their terms and privacy policy:
Terms of Service: https://zevsend.com/legal/terms
Privacy Policy: https://zevsend.com/legal/privacy

A ZevSend account and API key are required. Create a free account at https://zevsend.com and generate a secret key under Settings, API keys.

螢幕擷圖

Guided setup on the ZevSend SMTP settings screen, with connection status, progress, and the API key field.
Guided setup on the ZevSend SMTP settings screen, with connection status, progress, and the API key field.
Sender identity, delivery and logging options, and the built-in test email button.
Sender identity, delivery and logging options, and the built-in test email button.

安裝方式

  1. Install and activate the plugin.
  2. Go to Settings, ZevSend SMTP.
  3. Paste your secret API key (starts with sk_). For maximum security you can instead define ZEVSEND_SMTP_API_KEY in wp-config.php.
  4. Set your From email. In live mode this must be an address on a domain you have verified in ZevSend.
  5. Click “Send test email” to confirm delivery.

常見問題集

Do I need an SMTP host and port?

No. ZevSend delivers over its API, so there is nothing to configure beyond your API key and From address. The word “SMTP” in the name reflects what the plugin does for you, which is fix WordPress email deliverability.

Does it work with WooCommerce?

Yes. WooCommerce sends its emails through wp_mail(), which this plugin intercepts, so all order, invoice, and account emails are delivered through ZevSend with no extra setup.

Where do I get an API key?

Create an account at https://zevsend.com, then open Settings, API keys in your dashboard. Use an sk_test_ key to trial delivery in sandbox mode and an sk_live_ key for production.

Why is my sender name not what I set in another plugin?

ZevSend protects your sender identity. In live mode the sender name must match the approved brand name on your verified domain, so the plugin does not pass through names set by other plugins, which would cause sends to be rejected. Leave the Sender name field blank to use your approved brand name automatically, enter your exact approved brand name, or set a Display ID for an approved alternate. You register and get approval for brand names and alternates in your ZevSend dashboard.

My live emails are rejected. What should I check?

Two things. First, the From email must be on a domain you have verified in ZevSend. Second, if you set a Sender name it must be an approved brand name or alternate for that domain. When in doubt, leave the Sender name blank and turn on “Force from address” so every email uses your verified domain and approved brand.

Is my API key safe?

Yes. You can define ZEVSEND_SMTP_API_KEY in wp-config.php so it never gets stored in the database. If you paste it into the settings screen instead, it is stored as a site option and is never displayed back on the page.

What happens if ZevSend cannot be reached?

By default the send is reported as failed and, if enabled, logged. You can optionally turn on a fallback that lets WordPress try its own mailer instead.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈ZevSend SMTP〉的開發相關工作。

參與者
  • DAN
  • zevop

將〈ZevSend SMTP〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

1.0.0

  • Initial release.

中繼資料

  • 版本 1.0.0
  • 最後更新 1 個月前
  • 啟用安裝數 少於 10 次
  • WordPress 版本需求 5.7 或更新版本
  • 已測試相容的 WordPress 版本 7.0.4
  • PHP 版本需求 7.4 或更新版本
  • 語言
    English (US)
  • 標籤:
    deliverabilityemailsmtptransactional emailwoocommerce
  • 進階檢視

評分

這個項目尚無任何評論記錄。

撰寫評分

查看全部使用者評論

參與者

  • DAN
  • zevop

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • 造訪我們的 Bluesky 帳號
  • 造訪我們的 Mastodon 帳號
  • 造訪我們的 Threads 帳號
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • 造訪我們的 TikTok 帳號
  • Visit our YouTube channel
  • 造訪我們的 Tumblr 帳號
程式碼,如詩
The WordPress® trademark is the intellectual property of the WordPress Foundation.