Title: TIVWP Email
Author: Gregory Karpinsky (@tivnet)
Published: <strong>May 5, 2014</strong>
Last modified: September 16, 2020

---

Search plugins

![](https://ps.w.org/tivwp-email/assets/banner-772x250.png?rev=908539)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/tivwp-email_ffffff.svg)

# TIVWP Email

 By [Gregory Karpinsky (@tivnet)](https://profiles.wordpress.org/tivnet/)

[Download](https://downloads.wordpress.org/plugin/tivwp-email.zip)

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

 [Support](https://wordpress.org/support/plugin/tivwp-email/)

## Description

**TIVWP Email** is a plugin for WordPress developers. Its main features are:

 * Configure SMTP Email. Particularly useful on Windows machines.
 * MAIL_TO overwriting. Force all email to be sent to one address. Useful on staging
   environment when you do not want email to be sent to the real users.

The settings are stored in a configuration file (`wp-config.php` or similar), so
they are not accidentally copied from development to production.

## Screenshots

 * [[
 * Admin interface to test email settings

## Installation

You can install this plugin directly from your WordPress dashboard:

 1. Go to the _Plugins_ menu and click _Add New_.
 2. Search for _TIVWP Email_.
 3. Click _Install Now_ next to the TIVWP Email plugin.
 4. Activate the plugin.

Alternatively, see the guide to [Manually Installing Plugins](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

## FAQ

### Testing:

To check the configuration settings, and to send a test email, go to Tools->TIVWP
Email in admin.

### Configuration Example:

$GLOBALS[‘TIVWP’][‘EMAIL’] = array(
 // Using GMail SMTP ‘SMTP_ENABLED’ => true,‘
SMTP_HOST’ => ‘smtp.gmail.com’, ‘SMTP_PORT’ => ‘587’, ‘SMTP_SECURE’ => ‘tls’, ‘SMTP_AUTH’
=> true, ‘SMTP_USER’ => ‘me@gmail.com’, ‘SMTP_PASSWORD’ => ‘*****’, // Forcing all
email sent to … // (better if not the same as the SMTP_USER) ‘MAIL_TO’ => ‘me@hotmail.
com’, ‘SMTP_OPTIONS’ => array( ‘ssl’ => array( ‘verify_peer’ => false, ‘verify_peer_name’
=> false, ‘allow_self_signed’ => true, ) ), );

## Reviews

![](https://secure.gravatar.com/avatar/e4ffab6e721cd0f026a47028900c31121a7257662b07c3788329418b6d1e58d4?
s=60&d=retro&r=g)

### 󠀁[Using this plugin for 2 years with no problems](https://wordpress.org/support/topic/using-this-plugin-for-2-year-with-no-problems/)󠁿

 [Gregory Karpinsky (@tivnet)](https://profiles.wordpress.org/tivnet/) September
3, 2016

The main reason to write this plugin was to have different email configurations 
on development and production machines without going each time to the options panel.
So, the settings are in WP config instead. Try it, and you’ll use it in each project!
P.S. Check out my other plugins, starting from https://wordpress.org/plugins/wpglobus/

 [ Read all 1 review ](https://wordpress.org/support/plugin/tivwp-email/reviews/)

## Contributors & Developers

“TIVWP Email” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ Gregory Karpinsky (@tivnet) ](https://profiles.wordpress.org/tivnet/)
 *   [ TIV.NET INC. ](https://profiles.wordpress.org/tivnetinc/)

[Translate “TIVWP Email” into your language.](https://translate.wordpress.org/projects/wp-plugins/tivwp-email)

### Interested in development?

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

## Changelog

#### 1.0.4

 * Fix: PHPMailer namespace error.
 * Code cleanup using the latest PHP inspections and phpcs.

#### 1.0.3

 * Added configuration parameter `SMTP_OPTIONS`.
 * Code cleanup using the latest PHP inspections and phpcs.
 * Checked with WordPress 4.7.3, the latest versions of [WooCommerce](https://woocommerce.com/)
   and [WPGlobus](https://wpglobus.com/).

#### 1.0.2

 * Code cleanup using the latest PHP inspections and phpcs.
 * Checked with WordPress 4.6.

#### 1.0.1

 * Fix: Start on ‘plugins_loaded’ instead of ‘wp_loaded’. (Contact Form 7, for example,
   sends emails on ‘init’)

#### 1.0.0

 * Initial release

## Meta

 *  Version **1.0.4**
 *  Last updated **6 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 3.8 or higher **
 *  Tested up to **5.5.18**
 *  PHP version ** 5.6 or higher **
 * Tags
 * [developer](https://wordpress.org/plugins/tags/developer/)[development](https://wordpress.org/plugins/tags/development/)
   [email](https://wordpress.org/plugins/tags/email/)[smtp](https://wordpress.org/plugins/tags/smtp/)
   [TIVWP](https://wordpress.org/plugins/tags/tivwp/)
 *  [Advanced View](https://wordpress.org/plugins/tivwp-email/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/tivwp-email/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/tivwp-email/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/tivwp-email/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/tivwp-email/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/tivwp-email/reviews/?filter=1)

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

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

## Contributors

 *   [ Gregory Karpinsky (@tivnet) ](https://profiles.wordpress.org/tivnet/)
 *   [ TIV.NET INC. ](https://profiles.wordpress.org/tivnetinc/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/tivwp-email/)