• Resolved ostepin

    (@ostepin)


    The plugin sending spam through your site SMTP configuration.

    Add this code to function.php for replace the plugin:

    
    add_action( 'phpmailer_init', function ( $phpmailer ) {
        $phpmailer->isSMTP();
        $phpmailer->Host       = $SMTP_HOST; // String, ex: 'smtp.example.com'
        $phpmailer->SMTPAuth   = $SMTP_AUTH; // Boolean, ex: true
        $phpmailer->Port       = $SMTP_PORT; // String, ex: '465'
        $phpmailer->SMTPSecure = $SMTP_SECURE; // String, ex: 'ssl'
        $phpmailer->Username   = $SMTP_USERNAME; // String, ex: '[email protected]'
        $phpmailer->Password   = $SMTP_PASSWORD; // String, ex: '#your_password'
        $phpmailer->From       = $SMTP_FROM; // String, ex: '[email protected]'
        $phpmailer->FromName   = $SMTP_FROMNAME; // String, ex: "Admin"
    });
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The plugin is not sending anything, so it’s a shame you accuse without any reason.
    The plugin is active in 200,000 sites so please fix your review.

    You are more than welcome to post your evidence.

    • This reply was modified 3 years, 6 months ago by yehudah.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This is more of a support request than a revew; I’ve moved it to support.

    Hi @ostepin,

    We haven’t heard from you in a while, so I’ll mark this thread as resolved. If you have any further questions please feel free to open a new thread, and link to this one.

    Kind Regards,
    Tim

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Be careful!’ is closed to new replies.