Elastic Email Sender

Reconfigures wp_mail() to send email using Elastic Email API instead of SMTP.

v1.2.22Elastic EmailUpdated Added 10k+ installs96% rating0% support resolved
96
Score
121
Errors
4
Warnings
+0
Change

Category Scores

Security100
Repo94
Performance100
Maintainability85

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

125 findings

I18n

111

2 issue groups

Maintainability

13

3 issue groups

Repo Compliance

1

1 issue group

ERRORI18nText Domain MismatchMismatched text domain. Expected 'elastic-email-sender' but got "elasticemailsender".110
Category
I18n
Occurrences
110
Severity
error

Sample message

Mismatched text domain. Expected 'elastic-email-sender' but got "elasticemailsender".

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "eeadmin5120420526".2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "eeadmin5120420526".

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EE_ADMIN_5120420526".1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

ERRORRepo Complianceoutdated tested upto headerTested up to: 6.9 < 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.1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.9 < 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.

WARNINGI18ntextdomain mismatchThe "Text Domain" header in the plugin file does not match the slug. Found "elasticemailsender", expected "elastic-email-sender".1
Category
I18n
Occurrences
1
Severity
warning

Sample message

The "Text Domain" header in the plugin file does not match the slug. Found "elasticemailsender", expected "elastic-email-sender".

Score History

First score snapshot

v1.2.22

96

Latest

Findings
125
Errors
121
Warnings
4
Check
2.0.0

Related Plugins