Send WordPress emails through Amazon SES server using YaySMTP
Prioritized issue groups from the latest Plugin Check scan
Security
156
8 issue groups
Maintainability
126
15 issue groups
I18n
28
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"A '{$key}' key is required"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accessKeyId".
Sample message
Mismatched text domain. Expected 'smtp-amazon-ses' but got 'yay-smtp'.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Use of a direct database call is discouraged.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found $sortField
Sample message
$_POST['emailAddress'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The "goto" language construct should not be used.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $id_placeholders at "DELETE FROM {$wpdb->prefix}yay_smtp_amazonses_email_logs WHERE ID IN( $id_placeholders )"
Sample message
Detected usage of a non-sanitized input variable: $_POST['params']
Sample message
The $text parameter must be a single text string literal. Found: $disPlayText
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Unescaped parameter $sqlRepare used in $wpdb->get_results()\n$sqlRepare assigned unsafely at line 201.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_mail_from".
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$value'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Not analyzed yet.
First score snapshot
v1.9.1
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 319 | 197 | 122 | v1.9.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.