We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd65f0a commit 3d2babbCopy full SHA for 3d2babb
aws-ses-wp-mail.php
@@ -27,6 +27,7 @@ function wp_mail( $to, $subject, $message, $headers = '', $attachments = [] ) {
27
28
if ( is_wp_error( $result ) ) {
29
trigger_error(
30
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
31
sprintf( 'Sendmail SES Email failed: %d %s', $result->get_error_code(), $result->get_error_message() ),
32
E_USER_WARNING
33
);
0 commit comments