/home/nbcgowuy/kdosheleads.com/wp-content/plugins/dokan-lite/includes/FakeMailer.php
<?php

namespace WeDevs\Dokan;

// don't call the file directly
if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

/**
 * Fake Mailer Class
 *
 * @since 3.8.0 Moved this class from includes/wc-functions.php file
 */
class FakeMailer {
    public function Send() {
    }
}