WP Mail SMTP Pro - Easy Email Deliverability for WordPress

WP Mail SMTP Pro - Easy Email Deliverability for WordPress v4.4.0

No permission to download

tnfsmith

New member
Jan 3, 2021
25
5
3
WP Mail SMTP has detected incorrect "wp_mail" function location. Usually, this means that emails will not be sent successfully!

It looks like the "Mailster - Email Newsletter Plugin for WordPress" plugin is overwriting the "wp_mail" function. Please reach out to the plugin developer on how to disable or remove the "wp_mail" function overwrite to prevent conflicts with WP Mail SMTP.

Current function path: /www/wwwroot/aaaaaa.com/wp-content/plugins/mailster/mailster.php:47

Any suggest for this notice? This message appear in WP Mail SMTP Settings section
 
  • Like
Reactions: devdevil66613

majidorc

Active member
Aug 27, 2019
207
66
28
35
tours.co.th
i update from 3.5.0 to 3.5.2 email not coming !
back to free version everything is okay , anybody have the old version send for me please ?
 

GuestofHonor

Active member
Trusted Uploader
Jan 30, 2021
194
223
43
47
United Arab Emirates
smilecare.ae
Be careful, not fully nulled. You should make following changes:

Comment out lines: 30, 36 and 37 in file
Code:
wp-mail-smtp-pro/src/Pro/SiteHealth.php

This prevents alert in health status and also communicating with developer site.
Easiest way is to replace line 138 from
Code:
 if ( $license_status['valid'] === false ) {
to
Code:
 if ( $license_status['valid'] === true ) {
 
Last edited:

donaconda

Active member
May 2, 2022
120
171
43
all working fine without errors !
check your server php version
Same here. I am running PHP 7.4+
As per their official site:

Which PHP version should I update to?​

You should update your PHP version to 7.4 or higher. Ideally, you should upgrade to the latest version your web host offers. Most sites can upgrade to PHP 7+ without issues. Maybe you are running PHP 8?
 

GuestofHonor

Active member
Trusted Uploader
Jan 30, 2021
194
223
43
47
United Arab Emirates
smilecare.ae
Same here. I am running PHP 7.4+
As per their official site:

Which PHP version should I update to?​

You should update your PHP version to 7.4 or higher. Ideally, you should upgrade to the latest version your web host offers. Most sites can upgrade to PHP 7+ without issues. Maybe you are running PHP 8?
PHP 7.4 should be ok !
Check php extensions or the htaccess file.
you can always read the error_log to see the exact error and fix it
 
  • Like
Reactions: donaconda

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu