Linux 软件免费装
Banner图

TIVWP Email

开发者 tivnet
tivnetinc
更新时间 2020年9月16日 21:47
PHP版本: 5.6 及以上
WordPress版本: 5.5
版权: GPL-3.0
版权网址: 版权信息

标签

email development developer smtp TIVWP

下载

1.0.2 1.0.3 1.0.4

详情介绍:

TIVWP Email is a plugin for WordPress developers. Its main features are: The settings are stored in a configuration file (wp-config.php or similar), so they are not accidentally copied from development to production.

安装:

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.

屏幕截图:

  • Admin interface to test email settings

常见问题:

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

更新日志:

1.0.4 1.0.3 1.0.2 1.0.1 1.0.0