Quantcast
Channel: WordPress.org Forums » [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Support
Viewing all articles
Browse latest Browse all 5015

Site down

$
0
0

Replies: 0

Uncaught Error: Call to undefined method WPMailSMTP\Core::get_site_health() in /var/www/html/wp-content/plugins/wp-mail-smtp/src/Core.php:195

wp-config.php


<?php
define('WP_CONTENT_DIR', '/var/www/html/wp-content');
$table_prefix = getenv('TABLE_PREFIX') ?: 'wp_';
foreach ($_ENV as $key => $value) {
    $capitalized = strtoupper($key);
    if (!defined($capitalized)) {
        define($capitalized, $value);
    }
}

// wp-smtp
define( 'WPMS_ON', true );
define( 'WPMS_MAIL_FROM_FORCE', true );

Viewing all articles
Browse latest Browse all 5015

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>