Receive email notifications the moment a WordPress, PHP, or MySQL version changes on your site.
Email Alerts
This is an Agency feature. Get white-labeling, role-based visibility, multisite management, and everything in PRO. Upgrade to Agency →
The Email Alerts feature sends automatic email notifications whenever a version change is detected on your site. Get notified the moment your host changes a PHP version, a WordPress auto-update completes, or a MySQL upgrade occurs.
What Triggers an Alert
Email alerts are triggered by the version_info_version_changed hook, which fires when Version Info detects a change in any tracked version. You can configure which types of changes trigger alerts:
| Alert Type | Description |
|---|---|
| WordPress | Core WordPress version updates (manual or automatic) |
| PHP | PHP version changes (typically from hosting provider) |
| MySQL | MySQL/MariaDB version changes |
Configuring Email Alerts
- Navigate to Settings > Version Info > Email Alerts.
- Check Enable Email Alerts.
- Enter the recipient email addresses (comma-separated for multiple recipients).
- Select which alert types to receive (WordPress, PHP, MySQL).
- Click Save Changes.
Settings Reference
| Setting | Option Key | Default |
|---|---|---|
| Enable Alerts | version_info_alert_enabled |
Off |
| Recipients | version_info_alert_recipients |
Site admin email |
| Alert Types | version_info_alert_types |
All types enabled |
If no recipient email is specified, alerts default to the WordPress admin email address configured in Settings > General.
Email Content
Each alert email includes:
- The site name and URL
- What changed (e.g., "PHP Version")
- The old version number
- The new version number
- The timestamp of when the change was detected
Use Cases
- Managed hosting clients: Know immediately when a host upgrades PHP on a client site so you can test for compatibility issues.
- Auto-update monitoring: Confirm WordPress auto-updates completed successfully across all managed sites.
- Security compliance: Maintain an email trail of all environment changes for audit purposes.
Email delivery depends on your WordPress site's email configuration. If you use an SMTP plugin (recommended), ensure it is properly configured for reliable delivery.