Sends an email to a pointed email address when an admin user logs in
This plugin will send you an email every time a user logs in your website as an admin.
It displays the date the user logged in and their IP address.
The wait is over and the premium version of the plugin is here.
You can buy it from here
Features of the premium plugin are:
– Choose which roles to track (admin, author, contributor, etc)
– Stores user activity in a log and allows you to download it in CSV file
– Choose which IPs to ignore (good for development)
– Send emails at multiple e-mail accounts
– Lifetime free updates
– Add the username of the logged in user in the emails/logs
How to install this plugin?
email-notification-on-admin-login
directory to the /wp-content/plugins/
directoryThat’s because the default email address is the one you entered when you installed your WordPress
and you no longer use the email in question, or at least not too often.
Go to wp-content/plugins/email-admin-notify/config.php
Search for define("ADMIN_EMAIL", "$admin_email");
and change "$admin_email"
to whatever email you want.
For example define("ADMIN_EMAIL", "[email protected]");
That way all notifications will be sent to "[email protected]"
instead of the email you installed your WordPress with.
I will be very grateful if you donate