updated plugin SMTP Mailer version 1.1.3

This commit is contained in:
2022-03-21 13:35:11 +00:00
committed by Gitium
parent a9ffa6605d
commit 71c1e3409e
2 changed files with 29 additions and 15 deletions

View File

@ -2,9 +2,9 @@
Contributors: naa986
Donate link: https://wphowto.net/
Tags: email, mail, smtp, phpmailer
Requires at least: 5.7
Tested up to: 5.8
Stable tag: 1.1.2
Requires at least: 5.9
Tested up to: 5.9
Stable tag: 1.1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -16,10 +16,6 @@ Configure a SMTP server to send email from your WordPress site. Configure the wp
https://www.youtube.com/watch?v=7O_jgtykcEk&rel=0
=== Requirements ===
* A self-hosted website running on [WordPress hosting](https://wphowto.net/best-cheap-wordpress-hosting-1689)
=== SMTP Mailer Settings ===
* **SMTP Host**: Your outgoing mail server (e.g. smtp.gmail.com).
@ -107,6 +103,9 @@ none
== Changelog ==
= 1.1.3 =
* Updated the mail function for WordPress 5.9.
= 1.1.2 =
* Fixed an issue that could cause an Undefined variable error if $attachments was not set.