%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/beta/64801_wp-content/plugins/wysija-newsletters/inc/mailer/
Upload File :
Create Path :
Current File : /var/www/pn/beta/64801_wp-content/plugins/wysija-newsletters/inc/mailer/class.mysmtp.php

<?php
defined('WYSIJA') or die('Restricted access');

require_once ABSPATH . WPINC . '/class-smtp.php';
class WYSIJA_MySMTP extends SMTP {
  public function StartTLS() {
    stream_context_set_option($this->smtp_conn, "ssl", "verify_peer", false);
    stream_context_set_option($this->smtp_conn, "ssl", "verify_peer_name", false);
    stream_context_set_option($this->smtp_conn, "ssl", "allow_self_signed", true);
    return parent::StartTLS();
  }
}

Zerion Mini Shell 1.0