Title: ZevSend SMTP
Author: DAN
Published: <strong>July 17, 2026</strong>
Last modified: July 17, 2026

---

Search plugins

![](https://ps.w.org/zevsend-smtp/assets/banner-772x250.png?rev=3611474)

![](https://ps.w.org/zevsend-smtp/assets/icon-256x256.png?rev=3611474)

# ZevSend SMTP

 By [DAN](https://profiles.wordpress.org/arowolodaniel/)

[Download](https://downloads.wordpress.org/plugin/zevsend-smtp.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/zevsend-smtp/#description)
 * [Reviews](https://wordpress.org/plugins/zevsend-smtp/#reviews)
 *  [Installation](https://wordpress.org/plugins/zevsend-smtp/#installation)
 * [Development](https://wordpress.org/plugins/zevsend-smtp/#developers)

 [Support](https://wordpress.org/support/plugin/zevsend-smtp/)

## Description

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.

## Screenshots

[⌊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.⌉[

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
.⌉[

Sender identity, delivery and logging options, and the built-in test email button.

## Installation

 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.

## FAQ

### 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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“ZevSend SMTP” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ DAN ](https://profiles.wordpress.org/arowolodaniel/)
 *   [ zevop ](https://profiles.wordpress.org/zevop/)

[Translate “ZevSend SMTP” into your language.](https://translate.wordpress.org/projects/wp-plugins/zevsend-smtp)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/zevsend-smtp/), check
out the [SVN repository](https://plugins.svn.wordpress.org/zevsend-smtp/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/zevsend-smtp/) by
[RSS](https://plugins.trac.wordpress.org/log/zevsend-smtp/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Last updated **11 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.7 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [deliverability](https://wordpress.org/plugins/tags/deliverability/)[email](https://wordpress.org/plugins/tags/email/)
   [smtp](https://wordpress.org/plugins/tags/smtp/)[transactional email](https://wordpress.org/plugins/tags/transactional-email/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/zevsend-smtp/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/zevsend-smtp/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/zevsend-smtp/reviews/)

## Contributors

 *   [ DAN ](https://profiles.wordpress.org/arowolodaniel/)
 *   [ zevop ](https://profiles.wordpress.org/zevop/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/zevsend-smtp/)