Title: TIVWP Email
Author: Gregory Karpinsky (@tivnet)
Published: <strong>5. Maja 2014.</strong>
Last modified: 16. Septembra 2020.

---

Pretražite dodatke

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

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

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

# TIVWP Email

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

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

 * [Detalji](https://bs.wordpress.org/plugins/tivwp-email/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/tivwp-email/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/tivwp-email/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/tivwp-email/#developers)

 [Podrška](https://wordpress.org/support/plugin/tivwp-email/)

## Opis

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

## Slike ekrana

[⌊Admin interface to test email settings⌉⌊Admin interface to test email settings⌉[

Admin interface to test email settings

## Instalacija

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

## ČPP

### 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, ) ), );

## Recenzije

![](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/) 3. Septembra
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/)

## Saradnici i programeri

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

Doprinositelji

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

[Prevedi “TIVWP Email” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/tivwp-email)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/tivwp-email/), pogledajte
[SVN spremište](https://plugins.svn.wordpress.org/tivwp-email/)ili se pretplatite
na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/tivwp-email/) od [RSS](https://plugins.trac.wordpress.org/log/tivwp-email/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 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 **prije 6 godina**
 *  Active installations **Manje od 10**
 *  WordPress version ** 3.8 ili viša **
 *  Tested up to **5.5.18**
 *  PHP version ** 5.6 ili viša **
 *  Language
 * [English (US)](https://wordpress.org/plugins/tivwp-email/)
 * Tags
 * [developer](https://bs.wordpress.org/plugins/tags/developer/)[development](https://bs.wordpress.org/plugins/tags/development/)
   [email](https://bs.wordpress.org/plugins/tags/email/)[smtp](https://bs.wordpress.org/plugins/tags/smtp/)
   [TIVWP](https://bs.wordpress.org/plugins/tags/tivwp/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/tivwp-email/advanced/)

## Ocjene

 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/)

## Doprinositelji

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

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/tivwp-email/)