Posts Tagged ‘ Message ’

Work with MySQL – Basic WordPress Queries

2017/11/24
By
Modified: 2017/11/05

This article was born, as I was searching for ways to handle thousands of registered WordPress users, who never do anything, never return to the site, and never even change their default password.               Table of Topics -1030- List all registered users sorted by date -1060- Group registered users by email domain name -1090- Users who ever posted articles -1120- List of registered users who ever posted comments -1150- List of users, who posted messages in your bbPress Forum -1180- Group users by year and month of registration -1210- Count users in different roles -1240-  Users who never changed their default password -1270-  Users who changed their default password -1300-…

Read more »


Make Contact Form 7 work again – change your FROM field

2017/07/20
By
Modified: 2017/06/25

I noticed that my Contact Form 7 started to fail tests without a slightest provocation. This article describes simple steps how to make it work reliable again.   Purpose Reliably receive messages generated by Contact Form 7 from any address.   Problem Many SMTP providers further restricted message relay policies.  They now only allow messages FROM validate addresses.    Solution  Modify your WP email setup -1- Open “Advanced Email Options” -2- Set “From Email” field the same as email account you authenticating  your SMTP login   Test your WP email setup Send several messages using “Send Test” on the bottom of “Advanced Email Options” page, and make sure you are getting…

Read more »