updated plugin SMTP Mailer version 1.1.12

This commit is contained in:
2024-02-08 12:31:47 +00:00
committed by Gitium
parent 8d5e7cc070
commit b1a8675fb3
5 changed files with 158 additions and 5 deletions

View File

@ -4,7 +4,7 @@ Donate link: https://wphowto.net/
Tags: email, mail, smtp, phpmailer
Requires at least: 6.4
Tested up to: 6.4
Stable tag: 1.1.11
Stable tag: 1.1.12
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -16,6 +16,10 @@ Configure a SMTP server to send email from your WordPress site. Configure the wp
https://www.youtube.com/watch?v=7O_jgtykcEk&rel=0
=== SMTP Mailer Add-ons ===
* [Reply-To](https://wphowto.net/how-to-add-a-reply-to-address-in-the-smtp-mailer-wordpress-plugin-6997)
=== SMTP Mailer Settings ===
* **SMTP Host**: Your outgoing mail server (e.g. smtp.gmail.com).
@ -68,6 +72,9 @@ none
== Changelog ==
= 1.1.12 =
* Added support for the reply-to add-on.
= 1.1.11 =
* WordPress 6.4 compatibility update.