Send WordPress emails through Amazon SES server using YaySMTP
Prioritized issue groups from the latest Plugin Check scan
Maintainability
820
15 issue groups
Security
156
8 issue groups
I18n
28
2 issue groups
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
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
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().
Potential connections found in static code analysis.
Outbound calls
108
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v1.9.2
23
Latest
v1.9.1
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,015 | 893 | 122 | v1.9.2 | 2.1.0 |
| 30 | 319 | 197 | 122 | v1.9.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.