Download WP Mail SMTP Pro v3.5.1 Nulled Free
[v3.5.1] - 2022-07-14
### Changed:
- Removed MailPoet from the list of conflicting plugins.
### Fixed:
- PHP warning for undefined variable when using the Default (none) mailer.
You're awesome bro, thanks so much for this. Nobody even asked and you updated it anyways!Tomz updated WP Mail SMTP Pro with a new update entry:
WP Mail SMTP Pro v3.5.1
Read the rest of this update entry...
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?Hello,
This is a modified file to fix sitehealth warning and the Verify Key button in settings.
Enjoy
The site is loaded with excessive adverts. You need to be very crafty to get the actual download link.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?
My apologies. here's a mega linkThanks 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?
I apologize for this, i cannot see all the ads with the adblocker, here's a mega linkThe site is loaded with excessive adverts. You need to be very crafty to get the actual download link.
## [3.5.2] - 2022-08-17
### Fixed:
- The check if `wp_mail` function is overwritten on Windows servers.
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 140Akbaba updated WP Mail SMTP Pro with a new update entry:
WP Mail SMTP Pro v.3.5.2
Read the rest of this update entry...
Same here. My website gone down. Immediately I deactivated this plugin.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
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
$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 );
}