A simple plugin to send emails from WordPress admin panel using SMTP, with enhanced debugging features.

10 active installs v1.0 PHP 7.2+ WP 5.0+ Updated Oct 9, 2024
debuggingemailsmtp
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Simple Email Sender Safe to Use in 2026?

Generally Safe

Score 92/100

Simple Email Sender has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The plugin "simple-email-sender-with-smtp-and-debugging" v1.0 exhibits a generally positive security posture based on the provided static analysis. The absence of any known CVEs, combined with the thorough use of prepared statements for SQL queries and the presence of nonce checks, suggests that the development team has a good understanding of common WordPress security practices. The lack of critical or high-severity taint flows is also a strong indicator of secure coding in terms of data handling.

However, a notable concern arises from the output escaping. With 54% of outputs properly escaped, there's a significant portion (46%) that is not. This could potentially lead to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is rendered directly on the page without proper sanitization. The absence of capability checks for entry points is another area that warrants attention, as it might allow unauthorized users to trigger certain functionalities, though the total number of entry points is currently zero, mitigating this risk for now.

Overall, the plugin appears to be built with a focus on preventing common web vulnerabilities like SQL injection and cross-site request forgery. The vulnerability history being completely clean is a testament to this. However, the output escaping deficiency represents the most immediate and actionable risk. While the current attack surface is zero, any future additions without careful attention to capability checks could introduce broader risks.

Key Concerns

  • Insufficient output escaping
Vulnerabilities
None known

Simple Email Sender Security Vulnerabilities

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

Simple Email Sender Code Analysis

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

Output Escaping

54% escaped59 total outputs
Data Flows
All sanitized

Data Flow Analysis

4 flows
simple_email_sender_admin_page (admin\admin-page.php:27)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Email Sender Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionwp_mail_failedincludes\class-simple-email-sender-email-sender.php:17
actionphpmailer_initincludes\class-simple-email-sender-smtp-config.php:9
actionadmin_menusimple-email-sender.php:32
actionplugins_loadedsimple-email-sender.php:38
filterwp_mail_fromutils\helpers.php:44
Maintenance & Trust

Simple Email Sender Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedOct 9, 2024
PHP min version7.2
Downloads881

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Simple Email Sender Developer Profile

Jiri

1 plugin · 10 total installs

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

How We Detect Simple Email Sender

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-email-sender-with-smtp-and-debugging/admin/admin-page.php/wp-content/plugins/simple-email-sender-with-smtp-and-debugging/admin/smtp-settings.php/wp-content/plugins/simple-email-sender-with-smtp-and-debugging/includes/class-simple-email-sender-email-sender.php/wp-content/plugins/simple-email-sender-with-smtp-and-debugging/includes/class-simple-email-sender-smtp-config.php/wp-content/plugins/simple-email-sender-with-smtp-and-debugging/utils/helpers.php

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Simple Email Sender