userwordpreess
Forum Replies Created
-
Hi Jan, Thanks for letting know. I do have a free version of Mailpoet as such I posted this issue here…. I’ll contact them also to see what they know about this issue. Thanks for helping me out @jan Dembowski @treibalen !!
here you go:
PHP version: 8.2.5
MailPoet Free version: 4.21.0
MailPoet Premium version: 4.21.0
MailPoet Premium/MSS key: xxxxxx**
WordPress version: 6.2.2
Database version: 10.3.34-MariaDB-0+deb10u1-log
Web server: Apache
Server OS: Linux hn243.xxxxx 5.15.54 #1 SMP Thu Jul 14 08:45:32 UTC 2022 x86_64
WP info: WP_MEMORY_LIMIT: 128M – WP_MAX_MEMORY_LIMIT: 256M – WP_DEBUG: – WordPress language: en_US
PHP info: PHP max_execution_time: 30 – PHP memory_limit: 256M – PHP upload_max_filesize: 64M – PHP post_max_size: 64M
Multisite environment?: No
Current Theme: Astra (version 4.1.6)
Active Plugin names: elementor-pro/elementor-pro.php, elementor/elementor.php, gplvault-updater/gplvault-updater.php, mailpoet-premium/mailpoet-premium.php, mailpoet/mailpoet.php, wordfence/wordfence.php, wordpress-seo-premium/wp-seo-premium.php, wordpress-seo/wp-seo.php, wp-security-audit-log/wp-security-audit-log.php, wp-sweep/wp-sweep.php
Sending Method: MailPoet
Sending Frequency: 25 emails every 5 minutes
MailPoet sending info: Send all site’s emails with: current sending method – Task Scheduler method: WordPress – Cron ping URL: https://mastersofbeautifulachievements.com?mailpoet_router&endpoint=cron_daemon&action=ping – Default FROM address: xxxxx – Default Reply-To address: xxxxxx – Bounce Email Address:
Total number of subscribers: 46
Plugin installed at: 2020-03-17 10:55:31
Installed via WooCommerce onboarding wizard: false- This reply was modified 2 years, 10 months ago by userwordpreess.
Dear Elvira,
Mailpoet of some code is constantly changing the following:
1_ wp-content/plugins/mailpoet/lib/Util/License/Features/Subscribers.php
it adds 1000.000 to the code13 class Subscribers {
13 class Subscribers {14 const SUBSCRIBERS_OLD_LIMIT = 2000;
14 const SUBSCRIBERS_OLD_LIMIT = 2000;15 const SUBSCRIBERS_NEW_LIMIT = 1000;
15 const SUBSCRIBERS_NEW_LIMIT = 1000000;16 const NEW_LIMIT_DATE = ‘2019-11-00’;
16 const NEW_LIMIT_DATE = ‘2019-11-00’;2_ wp-content/plugins/mailpoet/lib/Config/ServicesChecker.php
It adds return true to line 84o_83 public function isPremiumKeyValid($displayErrorNotice = true) {
n_83 public function isPremiumKeyValid($displayErrorNotice = true) {n_84 return true;
0_84 $premiumKeySpecified = Bridge::isPremiumKeySpecified();
n_85 $premiumKeySpecified = Bridge::isPremiumKeySpecified();