Change Mail Sender

Easily change the default WordPress from email name and from email address.

v1.3.0Syed BalkhiUpdated 2025-04-02Added Oct 9, 201520k+ installs88% rating
76
Score
97
Errors
19
Warnings
+0
Change

Category Scores

Security72
Repo80
Performance100
Maintainability73

Top Issues by Category

i18n86
maintainability22
security4
repo_compliance4

Issues Details

116 issues found in latest scan

ERROR83
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'cb-change-mail-sender' but got 'cb-mail'.

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cb_change_mail_sender_admin_core_render_admin_page_tab".

ERROR3
badly_named_files

File and folder names must not contain spaces or special characters.

ERROR3
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING2
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

ERROR2
PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing

Sanitization missing for register_setting().

ERROR1
PluginCheck.CodeAnalysis.WriteFile.PluginDirectoryWrite

Plugin folders are deleted when upgraded. Do not save data to the plugin folder using unzip_file(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CB_CHANGE_MAIL_SENDER_VERSION".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cb_change_mail_sender".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$autoload_path".

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['productEducationId']

WARNING1
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['productEducationId'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR1
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERROR1
five_star_reviews_detected

Linking directly to 5 stars reviews is not allowed.

WARNING1
missing_composer_json_file

The "/vendor" directory using composer exists, but "composer.json" file is missing.

ERROR1
outdated_tested_upto_header

Tested up to: 6.7 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

ERROR1
plugin_header_no_license

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

ERROR1
readme_mismatched_header_requires_php

Mismatched Requires PHP: 5.6 != 5.6.20. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.

WARNING1
readme_parser_warnings_too_many_tags

One or more tags were ignored. Please limit your plugin to 5 tags.

WARNING1
textdomain_mismatch

The "Text Domain" header in the plugin file does not match the slug. Found "cb-mail", expected "cb-change-mail-sender".

Latest Snapshot

Findings

116

Errors

97

Warnings

19

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.3.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.3.0

76

Latest

Findings
116
Errors
97
Warnings
19
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins