Version Description
Just update info
Download this release
Release Info
Developer | yehudah |
Plugin | WP SMTP |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- readme.txt +12 -31
- wp-smtp.php +2 -2
readme.txt
CHANGED
@@ -1,33 +1,20 @@
|
|
1 |
=== WP SMTP ===
|
2 |
Contributors: yehudah
|
3 |
-
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=
|
4 |
Tags: wp smtp,smtp,mail,email,logs,mailer,wp mail,gmail,yahoo,mail smtp,ssl,tls
|
5 |
License: GPLv2
|
6 |
Requires at least: 2.7
|
7 |
-
Tested up to: 5.
|
8 |
-
Stable tag: 1.2.
|
9 |
|
10 |
-
WP SMTP
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
WP SMTP
|
15 |
-
It
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
= Do you want more advanced SMTP mailer? =
|
20 |
-
|
21 |
-
* Built-in **importer for WP SMTP settings**.
|
22 |
-
* Universal SMTP for every service.
|
23 |
-
* SMTP ports are blocked? API support - A method for sending emails via HTTP for Gmail, Sendgrid, Mailgun, and Mandrill.
|
24 |
-
* Credentials can be configured inside wp-config.php insted of the DB.
|
25 |
-
* Built-in mail logger with the option to resend and filter.
|
26 |
-
* Built-in alert function when emails are faling, you can get notified by Email, Slack or pushover.
|
27 |
-
* Ports checker for any blocking issue.
|
28 |
-
|
29 |
-
Check Post SMTP:
|
30 |
-
[https://wordpress.org/plugins/post-smtp/](https://wordpress.org/plugins/post-smtp/)
|
31 |
|
32 |
= CREDITS =
|
33 |
|
@@ -49,6 +36,9 @@ WP SMTP plugin was originally created by BoLiQuan. It is now owned and maintaine
|
|
49 |
|
50 |
== Changelog ==
|
51 |
|
|
|
|
|
|
|
52 |
= 1.2 =
|
53 |
Fixed: handle the mail parts as needed
|
54 |
|
@@ -108,15 +98,6 @@ https://wpsmtpmail.com/v1-1-10-wp-smtp-is-back/
|
|
108 |
|
109 |
== Frequently Asked Questions ==
|
110 |
|
111 |
-
|
112 |
-
|
113 |
-
WP SMTP is more SMTP delivery focus and has less features:
|
114 |
-
|
115 |
-
* If you don't want or need to use API.
|
116 |
-
* No failed mails notifications.
|
117 |
-
* No fallback server.
|
118 |
-
|
119 |
-
For any other question you can submit it in https://wordpress.org/support/plugin/wp-smtp,
|
120 |
-
if It's urgent like a bug submit it here: https://wpsmtpmail.com/contact/
|
121 |
|
122 |
|
1 |
=== WP SMTP ===
|
2 |
Contributors: yehudah
|
3 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehudahas@gmail.com&item_name=Donation+for+WPSMTP
|
4 |
Tags: wp smtp,smtp,mail,email,logs,mailer,wp mail,gmail,yahoo,mail smtp,ssl,tls
|
5 |
License: GPLv2
|
6 |
Requires at least: 2.7
|
7 |
+
Tested up to: 5.7.1
|
8 |
+
Stable tag: 1.2.2
|
9 |
|
10 |
+
WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
|
15 |
+
It adds a settings page to "Dashboard"->"Settings"->"WP SMTP" where you can configure the email settings.
|
16 |
+
There are some examples on the settings page, you can click the corresponding icon to view (such as "Gmail""Yahoo!""Microsoft""163""QQ").
|
17 |
+
If the field "From" was not a valid email address, or the field "SMTP Host" was left blank, it will not reconfigure the wp_mail() function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
= CREDITS =
|
20 |
|
36 |
|
37 |
== Changelog ==
|
38 |
|
39 |
+
= 1.2.2 =
|
40 |
+
Just update info
|
41 |
+
|
42 |
= 1.2 =
|
43 |
Fixed: handle the mail parts as needed
|
44 |
|
98 |
|
99 |
== Frequently Asked Questions ==
|
100 |
|
101 |
+
You can submit it in https://wordpress.org/support/plugin/wp-smtp, if It's urgent like a bug submit it here: https://wpsmtpmail.com/contact/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
|
103 |
|
wp-smtp.php
CHANGED
@@ -4,7 +4,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
|
4 |
/*
|
5 |
Plugin Name: WP SMTP
|
6 |
Description: WP SMTP can help us to send emails via SMTP instead of the PHP mail() function and email logger built-in.
|
7 |
-
Version: 1.2.
|
8 |
Author: Yehuda Hassine
|
9 |
Text Domain: wp-smtp
|
10 |
Domain Path: /lang
|
@@ -116,4 +116,4 @@ class WP_SMTP {
|
|
116 |
}
|
117 |
|
118 |
new WP_SMTP();
|
119 |
-
?>
|
4 |
/*
|
5 |
Plugin Name: WP SMTP
|
6 |
Description: WP SMTP can help us to send emails via SMTP instead of the PHP mail() function and email logger built-in.
|
7 |
+
Version: 1.2.2
|
8 |
Author: Yehuda Hassine
|
9 |
Text Domain: wp-smtp
|
10 |
Domain Path: /lang
|
116 |
}
|
117 |
|
118 |
new WP_SMTP();
|
119 |
+
?>
|