diff --git a/readme.md b/readme.md index 8dac4c5..715d4ed 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,9 @@ -# {eac}Doojigger Simple SMTP Extension for WordPress +## {eac}Doojigger Simple SMTP Extension for WordPress [![EarthAsylum Consulting](https://img.shields.io/badge/EarthAsylum-Consulting-0?&labelColor=6e9882&color=707070)](https://earthasylum.com/) [![WordPress](https://img.shields.io/badge/WordPress-Plugins-grey?logo=wordpress&labelColor=blue)](https://wordpress.org/plugins/search/EarthAsylum/) -[![eacDoojigger](https://img.shields.io/badge/Requires-{eac}Doojigger-da821d)](https://eacDoojigger.earthasylum.com/) +[![eacDoojigger](https://img.shields.io/badge/Requires-%7Beac%7DDoojigger-da821d)](https://eacDoojigger.earthasylum.com/) -
Plugin Header +
Plugin Header Plugin URI: https://eacdoojigger.earthasylum.com/eacsimplesmtp/ Author: [EarthAsylum Consulting](https://www.earthasylum.com) @@ -17,13 +17,14 @@ Contributors: [kevinburkholder](https://profiles.wordpress.org/kevinburkho 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 -GitHub URI: https://github.com/EarthAsylum/eacSimpleSMTP -
+WordPress URI: https://wordpress.org/plugins/eacsimplesmtp +GitHub URI: https://github.com/EarthAsylum/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 +> 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. @@ -88,7 +89,7 @@ simpleSMTP_from_email $sendFromEmail = apply_filters( 'simpleSMTP_from_email', get_bloginfo('admin_email') ) -## Installation +### Installation **{eac}Doojigger Simple SMTP Extension** is an extension plugin to and requires installation and registration of [{eac}Doojigger](https://eacDoojigger.earthasylum.com/). @@ -115,13 +116,13 @@ See [Managing Plugins -> Manual Plugin Installation](https://wordpress.org/suppo Once installed and activated options for this extension will show in the 'Simple SMTP' tab of {eac}Doojigger settings. -## Screenshots +### Screenshots 1. Simple Smtp ![{eac}SimpleSmtp Extension](https://ps.w.org/eacsimplesmtp/assets/screenshot-1.png) -## Other Notes +### Other Notes #### Additional Information diff --git a/readme.txt b/readme.txt index 90dda13..49beb5a 100644 --- a/readme.txt +++ b/readme.txt @@ -11,8 +11,8 @@ 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 -GitHub URI: https://github.com/EarthAsylum/eacSimpleSMTP +WordPress URI: https://wordpress.org/plugins/eacsimplesmtp +GitHub URI: https://github.com/EarthAsylum/eacSimpleSMTP Send email using an SMTP email sever. Configure WordPress wp_mail, and phpmailer, to use your SMTP (outgoing) mail server when sending email. @@ -136,38 +136,38 @@ You should receive a copy of the GNU General Public License along with this prog = Version 1.0.11 – October 31, 2023 = -+ Prevent direct load of included files. ++ Prevent direct load of included files. = Version 1.0.10 – June 8, 2023 = -+ Removed unnecessary plugin_update_notice trait. ++ Removed unnecessary plugin_update_notice trait. = Version 1.0.9 – May 11, 2023 = -+ Changed extension class name (case). -+ Externalized help, options, and test email (include when needed). -+ Updated contextual help. ++ Changed extension class name (case). ++ Externalized help, options, and test email (include when needed). ++ Updated contextual help. = Version 1.0.8 – March 15, 2023 = -+ Set autocomplete attributes to prevent inadvertent auto-fill. ++ Set autocomplete attributes to prevent inadvertent auto-fill. = Version 1.0.7 – November 15, 2022 = -+ Updated to / Requires {eac}Doojigger 2.0. -+ Uses 'options_settings_page' action to register options. -+ Added contextual help using 'options_settings_help' action. -+ Moved plugin_action_links_ hook to eacDoojigger_load_extensions filter. ++ Updated to / Requires {eac}Doojigger 2.0. ++ Uses 'options_settings_page' action to register options. ++ Added contextual help using 'options_settings_help' action. ++ Moved plugin_action_links_ hook to eacDoojigger_load_extensions filter. = Version 1.0.6 – September 25, 2022 = -+ Fixed potential PHP notice on load (plugin_action_links_). ++ Fixed potential PHP notice on load (plugin_action_links_). + Added upgrade notice trait for plugins page. = Version 1.0.5 – August 28, 2022 = -+ Updated to / Requires {eac}Doojigger 1.2 -+ Added 'Settings', 'Docs' and 'Support' links on plugins page. ++ Updated to / Requires {eac}Doojigger 1.2 ++ Added 'Settings', 'Docs' and 'Support' links on plugins page. = Version 1.0.4 – August 2, 2022 =