
Pending Email SMTP Security & Risk Analysis
wordpress.org/plugins/pending-email-smtpAdd emails to a mailing queue instead of sending immediately to speed up sending forms for the website visitor and lower server load.
Is Pending Email SMTP Safe to Use in 2026?
Generally Safe
Score 85/100Pending Email SMTP has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "pending-email-smtp" plugin v1.0.0 presents a mixed security posture. On the positive side, the static analysis reveals a very small attack surface with no AJAX handlers, REST API routes, or shortcodes exposed. Crucially, there are no known CVEs associated with this plugin, and its vulnerability history is clean, suggesting a generally stable and secure development history for this specific version.
However, significant concerns arise from the code analysis. The complete lack of nonce checks and capability checks across all entry points is a major weakness, potentially allowing unauthorized actions if any entry points were to be discovered or exploited. Furthermore, the fact that 50% of SQL queries are not using prepared statements indicates a risk of SQL injection vulnerabilities. The most alarming finding is that 100% of output is not properly escaped, creating a high risk of cross-site scripting (XSS) attacks where malicious code could be injected into the user interface.
In conclusion, while the absence of known vulnerabilities and a limited attack surface are strengths, the identified code-level issues related to unescaped output, raw SQL queries, and a lack of authorization checks are substantial security risks that require immediate attention. The plugin has critical weaknesses in input validation and output sanitization that outweigh its current lack of reported vulnerabilities.
Key Concerns
- Output not properly escaped
- SQL queries not using prepared statements
- No nonce checks
- No capability checks
Pending Email SMTP Security Vulnerabilities
Pending Email SMTP Release Timeline
Pending Email SMTP Code Analysis
SQL Query Safety
Output Escaping
Pending Email SMTP Attack Surface
WordPress Hooks 6
Scheduled Events 2
Maintenance & Trust
Pending Email SMTP Maintenance & Trust
Maintenance Signals
Community Trust
Pending Email SMTP Alternatives
SMTP Mailer
smtp-mailer
Configure a SMTP server to send email from your WordPress site. Configure the wp_mail() function to use SMTP instead of the PHP mail() function.
WPO365 | MICROSOFT 365 GRAPH MAILER
wpo365-msgraphmailer
Send WordPress emails from a M365 / Exchange Online Mailbox using Microsoft Graph, leveraging OAuth for authentication which is more secure than SMTP
WP SMTP Mailer – SMTP7
wp-mail-smtp-mailer
WP SMTP Mailer Plugin - SMTP7. Make email delivery easy from WordPress. It is easy to configure.
Configure SMTP
configure-smtp
Configure SMTP mailing in WordPress, including support for sending email via SSL/TLS (such as Gmail).
MailerSend – Official SMTP Integration
mailersend-official-smtp-integration
Improve your deliverability and avoid the spam box with MailerSend’s SMTP server. Check your analytics to improve your emails for better conversion!
Pending Email SMTP Developer Profile
1 plugin · 80 total installs
How We Detect Pending Email SMTP
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.