{"id":29267,"date":"2014-05-05T21:49:40","date_gmt":"2014-05-05T21:49:40","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tivwp-email\/"},"modified":"2020-09-16T13:47:12","modified_gmt":"2020-09-16T13:47:12","slug":"tivwp-email","status":"publish","type":"plugin","link":"https:\/\/bg.wordpress.org\/plugins\/tivwp-email\/","author":9416056,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.4","stable_tag":"trunk","tested":"5.5.18","requires":"3.8","requires_php":"5.6","requires_plugins":"","header_name":"TIVWP-EMAIL","header_author":"TIV.NET","header_description":"","assets_banners_color":"ffffff","last_updated":"2020-09-16 13:47:12","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/TIVWP\/tivwp-email","header_author_uri":"https:\/\/www.tiv.net","rating":5,"author_block_rating":0,"active_installs":0,"downloads":1422,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.2":{"tag":"1.0.2","author":"tivnet","date":"2016-08-08 19:50:57"},"1.0.3":{"tag":"1.0.3","author":"tivnet","date":"2017-03-06 19:52:01"},"1.0.4":{"tag":"1.0.4","author":"tivnet","date":"2020-09-16 13:47:23"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":908539,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.2","1.0.3","1.0.4"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":908539,"resolution":"1","location":"assets","locale":"","width":530,"height":457}},"screenshots":{"1":"Admin interface to test email settings"}},"plugin_section":[],"plugin_tags":[2275,734,267,6696,61152],"plugin_category":[41],"plugin_contributors":[79471,79469],"plugin_business_model":[],"class_list":["post-29267","plugin","type-plugin","status-publish","hentry","plugin_tags-developer","plugin_tags-development","plugin_tags-email","plugin_tags-smtp","plugin_tags-tivwp","plugin_category-communication","plugin_contributors-tivnet","plugin_contributors-tivnetinc","plugin_committers-tivnet"],"banners":{"banner":"https:\/\/ps.w.org\/tivwp-email\/assets\/banner-772x250.png?rev=908539","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/tivwp-email_ffffff.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/tivwp-email\/assets\/screenshot-1.png?rev=908539","caption":"Admin interface to test email settings"}],"raw_content":"<!--section=description-->\n<p><strong>TIVWP Email<\/strong> is a plugin for WordPress developers. Its main features are:<\/p>\n\n<ul>\n<li>Configure SMTP Email. Particularly useful on Windows machines.<\/li>\n<li>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.<\/li>\n<\/ul>\n\n<p>The settings are stored in a configuration file (<code>wp-config.php<\/code> or similar), so they are not accidentally copied from development to production.<\/p>\n\n<!--section=installation-->\n<p>You can install this plugin directly from your WordPress dashboard:<\/p>\n\n<ol>\n<li>Go to the <em>Plugins<\/em> menu and click <em>Add New<\/em>.<\/li>\n<li>Search for <em>TIVWP Email<\/em>.<\/li>\n<li>Click <em>Install Now<\/em> next to the TIVWP Email plugin.<\/li>\n<li>Activate the plugin.<\/li>\n<\/ol>\n\n<p>Alternatively, see the guide to <a href=\"http:\/\/codex.wordpress.org\/Managing_Plugins#Manual_Plugin_Installation\">Manually Installing Plugins<\/a>.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt><h3>Testing:<\/h3><\/dt>\n<dd><p>To check the configuration settings, and to send a test email, go to Tools-&gt;TIVWP Email in admin.<\/p><\/dd>\n<dt><h3>Configuration Example:<\/h3><\/dt>\n<dd><p>$GLOBALS['TIVWP']['EMAIL'] = array(\n        \/\/ Using GMail SMTP\n        'SMTP_ENABLED'  =&gt; true,\n        'SMTP_HOST'     =&gt; 'smtp.gmail.com',\n        'SMTP_PORT'     =&gt; '587',\n        'SMTP_SECURE'   =&gt; 'tls',\n        'SMTP_AUTH'     =&gt; true,\n        'SMTP_USER'     =&gt; 'me@gmail.com',\n        'SMTP_PASSWORD' =&gt; '*****',\n        \/\/ Forcing all email sent to ...\n        \/\/ (better if not the same as the SMTP_USER)\n        'MAIL_TO'       =&gt; 'me@hotmail.com',\n        'SMTP_OPTIONS'  =&gt; array(\n            'ssl' =&gt; array(\n                'verify_peer'       =&gt; false,\n                'verify_peer_name'  =&gt; false,\n                'allow_self_signed' =&gt; true,\n            )\n        ),\n    );<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Fix: PHPMailer namespace error.<\/li>\n<li>Code cleanup using the latest PHP inspections and phpcs.<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Added configuration parameter <code>SMTP_OPTIONS<\/code>.<\/li>\n<li>Code cleanup using the latest PHP inspections and phpcs.<\/li>\n<li>Checked with WordPress 4.7.3, the latest versions of <a href=\"https:\/\/woocommerce.com\/\">WooCommerce<\/a> and <a href=\"https:\/\/wpglobus.com\/\">WPGlobus<\/a>.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Code cleanup using the latest PHP inspections and phpcs.<\/li>\n<li>Checked with WordPress 4.6.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fix: Start on 'plugins_loaded' instead of 'wp_loaded'. (Contact Form 7, for example, sends emails on 'init')<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Setup SMTP and force MAIL_TO for development and testing","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/29267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=29267"}],"author":[{"embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tivnet"}],"wp:attachment":[{"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=29267"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=29267"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=29267"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=29267"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=29267"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bg.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=29267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}