You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description: Email not reliable? Post SMTP is the first and only WordPress SMTP plugin to implement OAuth 2.0 for Gmail, Hotmail and Yahoo Mail. Setup is a breeze with the Configuration Wizard and integrated Port Tester. Enjoy worry-free delivery even if your password changes!
@@ -18,7 +18,7 @@ Post SMTP is a next-generation WP Mail SMTP plugin that assists in the delivery
18
18
19
19
The **Connectivity Test** and intelligent **Setup Wizard** scan your SMTP server to detect firewall blocks and eliminate configuration mistakes. The built-in **Email Log** is an invaluable resource for [diagnosing problems](https://wordpress.org/support/topic/ugly-e-mails-no-html-and-no-special-characters?replies=15) with emails. Even hosts that block the standard SMTP ports, like GoDaddy or Bluehost, can't stop your email as **Post SMTP can deliver via HTTPS** if it can't use SMTP.
20
20
21
-
Post SMTP is *not* another WP Mail SMTP clone like WP Bank or Easy SMTP. It replaces the default WordPress SMTP library, PHPMailer, with the heavy-duty Zend_Mail. Never [lose an email to PHP mail()](http://www.jvfconsulting.com/blog/php-mail-function-vs-smtp-guaranteed-delivery/) again.
21
+
Post SMTP is *not* another WP Mail SMTP clone like WP Bank or Easy SMTP. It replaces the default WordPress SMTP library, PHPMailer, with the heavy-duty Zend_Mail. Never lose an email to PHP mail() again.
22
22
23
23
https://www.youtube.com/watch?v=mXDEEE9jnfw
24
24
@@ -40,13 +40,22 @@ Post SMTP's pro extensions are everything you need to enhance your WordPress ema
40
40
[Post SMTP Pro Extensions](https://postmansmtp.com/extensions/)
41
41
42
42
= Office365 API delivery =
43
-
[Office365 Pro extension](https://postmansmtp.com/extensions/office-365-extension-for-post-smtp/) allows you to connect PostSMTP with your Outlook and Microsoft 365 accounts to improve email deliverability.
43
+
[Office365 Pro Extension](https://postmansmtp.com/extensions/office-365-extension-for-post-smtp/) allows you to connect PostSMTP with your Outlook and Microsoft 365 accounts to improve email deliverability.
44
44
45
-
= Amazon SES API delivery? =
45
+
= Amazon SES API delivery =
46
46
[Amazon SES Pro Extension](https://postmansmtp.com/extensions/post-smtp-extension-for-amazon-ses/) combines Amazon's mail service provider with PostSMTP's powerful and easy-to-use SMTP mailing features.
47
47
48
-
= Better Email Logger Extension? =
49
-
[Better Email Logger Pro extension](https://postmansmtp.com/extensions/the-better-email/) allows you to design email marketing campaigns and improve email deliverability for your WordPress site.
48
+
= Twilio Pro Extension =
49
+
[Twilio Extension](https://postmansmtp.com/extensions/twilio-extension-pro/) allows you to add your phone number so that you can receive SMS notifications and alerts when emails are not delivered to your recipients.
50
+
51
+
= Better Email Logger Pro Extension =
52
+
[Better Email Logger Pro Extension](https://postmansmtp.com/extensions/the-better-email/) allows you to design email marketing campaigns and improve email deliverability for your WordPress site.
53
+
54
+
= Mail Control Pro Extension =
55
+
[Mail Control Pro Extension](https://postmansmtp.com/extensions/post-smtp-mail-control/) allows you to control Post SMTP’s email actions like sending email alerts to authors, webmasters, and new users.
56
+
57
+
= Post SMTP Membership Plans =
58
+
[Post SMTP membership plans](https://postmansmtp.com/membership-plan/) offer access to all pro extensions along with other benefits including 1-year extension updates and support, Email Reporting, Logging, and Tracking, all other SMTP Services and a 30-day money-back guarantee.
50
59
51
60
= API (HTTPS) Email Support =
52
61
* **Gmail API for sending Gmail and Google Apps email** (requires a [Google](https://accounts.google.com/signup) account)
@@ -209,7 +218,7 @@ You've [forgotten to choose an email address in the consent screen](https://word
209
218
210
219
== SMTP Error Messages ==
211
220
212
-
= Communication Error [334] make sure the Envelope From Email is the same account used to create the Client ID. =
221
+
= Communication Error [334] – make sure the Envelope From Email is the same account used to create the Client ID. =
213
222
214
223
* This is almost always caused by being logged in to Google/Microsoft/Yahoo with a different user than the one Post is configured to send mail with. Logout and try again with the correct user
215
224
* Login to [Webmail](http://www.gmail.com) and see if there is an "Unusual Activity" warning waiting for your attention
@@ -267,6 +276,10 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
267
276
268
277
== Changelog ==
269
278
279
+
= 2.1.5 - 2022-08-25 =
280
+
* **FIX**
281
+
* Updated email header to prevent email from being SPAM
282
+
270
283
= 2.1.4 - 2022-08-18 =
271
284
* **NEW**
272
285
* Redirect the user to the setup wizard on activating the Plugin
@@ -282,7 +295,6 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
282
295
* Typo fix: defualt to default (thanks to @jsilvermist)
283
296
* Updated email header to prevent email from being SPAM
284
297
285
-
286
298
= 2.1.3- 2022-07-1 =
287
299
* **FIX**
288
300
* PHP Version Compatibility.
@@ -321,12 +333,12 @@ Add notice about Google Less Secure App.
321
333
322
334
* **Improvements**
323
335
* Minor UI improvement.
324
-
* "llc" Hostname added in ZendMail.
336
+
* `llc` Hostname added in ZendMail.
325
337
326
338
= 2.0.25 - 2022-04-06 =
327
339
* **Bug Fixes**
328
340
* WP 5.9 Compatibility Ballon UI issue.
329
-
* Uncaught Error: Class "PostmanAdminController" not found.
341
+
* Uncaught Error: Class PostmanAdminController not found.
330
342
* Ajax error appearing due to Google API depreciated function.
331
343
332
344
* **Improvements**
@@ -347,7 +359,7 @@ Add notice about Google Less Secure App.
347
359
348
360
= 2.0.21 - 2021-02-11
349
361
* Fixed: Security issue - nonce validation.
350
-
* Fixed: Class "PostmanViewController" not found
362
+
* Fixed: Class PostmanViewController not found
351
363
* New: New wp-config.php constant to disable the email logger = `POST_SMTP_CORE_MAIL_LOG`.
352
364
353
365
= 2.0.20 - 2021-01-19
@@ -863,6 +875,8 @@ Syntx stupid mistake
863
875
= 0.1 - 2015-01-19 =
864
876
* First release. Happy Fig Newton Day! It was a grueling week-end, studying PHP and OAuth and Googling like a Boss, but it's done and it works!
0 commit comments