=== {eac}Doojigger Simple SMTP Extension for WordPress === Plugin URI: https://eacdoojigger.earthasylum.com/eacsimplesmtp/ Author: [EarthAsylum Consulting](https://www.earthasylum.com) Stable tag: 1.0.4 Last Updated: 2-Aug-2022 Requires at least: 5.5.0 Tested up to: 6.0.0 Requires EAC: 1.1.0 Requires PHP: 7.2 Contributors: kevinburkholder License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl.html Tags: smtp, email, phpmailer, wp_mail, {eac}Doojigger WordPress URI: https://wordpress.org/plugins/eacsimplesmtp Send email using an SMTP email sever. Configure WordPress wp_mail, and phpmailer, to use your SMTP (outgoing) mail server when sending email. == Description == _{eac}SimpleSMTP_ is an [{eac}Doojigger](https://eacDoojigger.earthasylum.com/) extension which adds SMTP server configuration for WordPress so that all email sent from your WordPress site will be sent through your SMTP mail server. > What is SMTP? ... Simple Mail Transfer Protocol {eac}SimpleSMTP options include... + _SMTP Server Name_ The outgoing mail server name. Typically something like smtp.your_email_domain.com. + _SMTP Port_ The mail server port to use. Typically, port 25 = no encryption, port 465 = SSL encryption, port 587 = TLS encryption. + _SMTP Encryption_ Does your mail server use encryption? + _SMTP User Name_ The email address/username used to authenticate with your mail server. + _SMTP Password_ The password used to authenticate with your mail server. + _Send From Name_ The default name used when sending email. + _Send From Email_ The default email address used when sending email. + _Override Senders_ Always send from above name/address (overriding other scripts). + SMTP Debugging Enable capture and logging of wp_mail and phpMailer debugging data. + _Default Headers_ Add custom headers to all outgoing emails. + _Send a Test_ Send a test email to ensure your configuration is working. = Filters = Two filters are available to retrieve the _Send From Name_ and/or _Send From Email_ simpleSMTP_from_name $sendFromName = apply_filters( 'simpleSMTP_from_name', get_bloginfo('name') ) simpleSMTP_from_email $sendFromEmail = apply_filters( 'simpleSMTP_from_email', get_bloginfo('admin_email') ) == Installation == = Automatic Plugin Installation = This plugin is available from the WordPress Plugin Directory and can be installed from the the 'Plugins' page » 'Add New' and search for 'EarthAsylum'. Click the plugin's 'Install' button. Once installed, click 'Activate'. See [Managing Plugins -> Automatic Plugin Installation](https://wordpress.org/support/article/managing-plugins/#automatic-plugin-installation-1) = Upload via WordPress Admin = Installation of this plugin can be managed through WordPress on the 'Plugins' page » 'Add New' » 'Upload Plugin' and then selecting the eacsimplesmtp.zip file from your computer. See [Managing Plugins -> Upload via WordPress Admin](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin) = Manual Plugin Installation = You can install the plugin manually by extracting the eacsimplesmtp.zip file and uploading the 'eacsimplesmtp' folder to the 'wp-content/plugins' folder on your WordPress server. See [Managing Plugins -> Manual Plugin Installation](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation-1) = Settings = Once installed and activated options for this extension will show in the 'Simple SMTP' tab of {eac}Doojigger settings. == Screenshots == 1. Simple Smtp ![{eac}SimpleSmtp Extension](https://ps.w.org/eacsimplesmtp/assets/screenshot-1.png) == Other Notes == + {eac}SimpleSMTP is an extension plugin of and requires installation and registration of [{eac}Doojigger](https://eacDoojigger.earthasylum.com/). == Copyright == = Copyright © 2019-2022, EarthAsylum Consulting, distributed under the terms of the GNU GPL. = This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should receive a copy of the GNU General Public License along with this program. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/). == Changelog == = Version 1.0.4 – August 2, 2022 = + Cosmetic changes for WordPress submission. = Version 1.0.3 – June 9, 2022 = + Updated for {eac}Doojigger 1.1.0 = Version 1.0.2 – May 10, 2022 = + Added filters to retrieve email "from" address/name + Allow loading under cron for scheduled events. = Version 1.0.1 – April 28, 2022 = + Added debugging option - captures output from wp_mail and phpMailer (with SMTP debugging) = Version 1.0.0 – March 23, 2022 = + Initial release.