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

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand

TjarcoB

Member
Jul 9, 2022
55
15
8
Hello,
This is a modified file to fix sitehealth warning and the Verify Key button in settings.
Enjoy
Thanks for the effort. But when I click all the downloadbuttons in the pages that follow after the link, in the end I get this messag: Wrong IP . And that s it. Is it possible to put the file on Mega or something like that?
 

stayrich

New member
Jul 16, 2020
11
4
3
Thanks for the effort. But when I click all the downloadbuttons in the pages that follow after the link, in the end I get this messag: Wrong IP . And that s it. Is it possible to put the file on Mega or something like that?
The site is loaded with excessive adverts. You need to be very crafty to get the actual download link.
 
  • Like
Reactions: TjarcoB

decoderishere

New member
Jun 11, 2022
7
3
3
After updating the plugin the website goes down with this error : Parse error: syntax error, unexpected '=', expecting ')' in /home/greenglow/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/SiteHealth.php on line 140
Same here. My website gone down. Immediately I deactivated this plugin.
 

apollosk

New member
Babiato Lover
May 4, 2022
15
9
3
Yeap. Fatal error after latest update.

Code:
PHP Parse error:  syntax error, unexpected token "=", expecting ")" in /wp-content/plugins/wp-mail-smtp-pro/src/Pro/SiteHealth.php on line 140
 

bsomar

New member
May 8, 2022
13
3
3
Yeap. Fatal error after latest update.

Code:
PHP Parse error:  syntax error, unexpected token "=", expecting ")" in /wp-content/plugins/wp-mail-smtp-pro/src/Pro/SiteHealth.php on line 140

Try to update the file SiteHealth.php by replacing the line 134 to 145 with this one :
Code:
        $license_status = wp_mail_smtp()->pro->get_license()->get_status();

        $result['description'] = $license_status['message'];

        if ( $license_status['valid'] === false ) {
            $result['label']          = esc_html__( 'WP Mail SMTP Pro license is invalid', 'wp-mail-smtp-pro' );
            $result['badge']['color'] = 'orange';
            $result['status']         = 'recommended';
        }

        wp_send_json_success( $result );
    }

It works for me
 
  • Like
Reactions: MrSam_1

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,617
26,962
120
completely remove the old (remove all files - but get your backup one ) and try it by installing it.
 

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