Global SMTP Security & Risk Analysis

wordpress.org/plugins/global-smtp

Setup SMTP via wp-config.php.

60 active installs v1.0 PHP + WP 4.1+ Updated Sep 7, 2015
emailmultisitesmtp
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Global SMTP Safe to Use in 2026?

Generally Safe

Score 85/100

Global SMTP has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The static analysis of the global-smtp v1.0 plugin reveals a seemingly clean codebase with no identified dangerous functions, SQL injection risks, or file operations. The absence of external HTTP requests and the complete reliance on prepared statements for SQL queries are positive security indicators. Furthermore, the plugin boasts a minimal attack surface with no exposed AJAX handlers, REST API routes, shortcodes, or cron events that are not protected by authentication checks or permission callbacks. The vulnerability history is also clear, with no recorded CVEs, suggesting a potentially well-maintained plugin.

However, a significant concern arises from the output escaping. With 4 total outputs and 0% properly escaped, this indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities. Any dynamic data displayed by the plugin is likely vulnerable to injection, which could lead to session hijacking, defacement, or other malicious actions. While the plugin demonstrates good practices in other areas, this critical oversight in output sanitization presents a notable security weakness. The lack of nonce and capability checks on any potential entry points, although currently zero, could become a problem if the plugin is extended or if future versions introduce new functionalities.

Key Concerns

  • Output escaping is not performed
Vulnerabilities
None known

Global SMTP Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Global SMTP Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
4
0 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

0% escaped4 total outputs
Attack Surface

Global SMTP Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionphpmailer_initglobal-smtp.php:39
filterwp_mail_fromglobal-smtp.php:46
filterwp_mail_from_nameglobal-smtp.php:50
filterwp_mailglobal-smtp.php:54
Maintenance & Trust

Global SMTP Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedSep 7, 2015
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings4
Active installs60
Developer Profile

Global SMTP Developer Profile

Alexander Rohmann

1 plugin · 60 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Global SMTP

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wraperror
Data Attributes
readonly="readonly"
Shortcode Output
<h1>Global SMTP Setup</h1><p>To test your configuration, we recommend installing the <a href="https://wordpress.org/plugins/check-email/">check email plugin</a>.</p><p><strong>This page will no longer appear once a valid configuration is found.</strong></p><p><strong>Example of minimum configuration</strong> (example for gmail)</p>
FAQ

Frequently Asked Questions about Global SMTP