Home
last modified time | relevance | path

Searched refs:smtp_conn (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/fusionpbx/fusionpbx-4.4.1/resources/phpmailer/
H A Dclass.smtp.php103 private $smtp_conn; variable in SMTP
131 $this->smtp_conn = 0;
180 if(empty($this->smtp_conn)) {
426 if(!empty($this->smtp_conn)) {
451 if(!empty($this->smtp_conn)) {
453 fclose($this->smtp_conn);
454 $this->smtp_conn = 0;
491 fputs($this->smtp_conn,"DATA" . $this->CRLF);
962 if (!is_resource($this->smtp_conn)) {
969 while(is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/databases/vfront/vfront-0.96c/plugins/phpmailer/
H A Dclass.smtp.php78 private $smtp_conn; // the socket to the server variable in SMTP
88 $this->smtp_conn = 0;
134 if(empty($this->smtp_conn)) {
271 if(!empty($this->smtp_conn)) {
296 if(!empty($this->smtp_conn)) {
298 fclose($this->smtp_conn);
299 $this->smtp_conn = 0;
335 fputs($this->smtp_conn,"DATA" . $this->CRLF);
586 fputs($this->smtp_conn,"quit" . $this->CRLF);
681 fputs($this->smtp_conn,"RSET" . $this->CRLF);
[all …]
/dports/devel/rth/rth/phpmailer/
H A Dclass.smtp.php47 var $smtp_conn; # the socket to the server variable in SMTP
58 $this->smtp_conn = 0;
107 if(empty($this->smtp_conn)) {
208 if(!empty($this->smtp_conn)) {
235 if(!empty($this->smtp_conn)) {
237 fclose($this->smtp_conn);
238 $this->smtp_conn = 0;
275 fputs($this->smtp_conn,"DATA" . $this->CRLF);
633 fputs($this->smtp_conn,"NOOP" . $this->CRLF);
677 fputs($this->smtp_conn,"quit" . $this->CRLF);
[all …]
/dports/security/mailzu/MailZu_0.8RC3/lib/
H A DSmtp.class.php47 var $smtp_conn; # the socket to the server variable in SMTP
58 $this->smtp_conn = 0;
107 if(empty($this->smtp_conn)) {
208 if(!empty($this->smtp_conn)) {
235 if(!empty($this->smtp_conn)) {
237 fclose($this->smtp_conn);
238 $this->smtp_conn = 0;
275 fputs($this->smtp_conn,"DATA" . $this->CRLF);
627 fputs($this->smtp_conn,"NOOP" . $this->CRLF);
671 fputs($this->smtp_conn,"quit" . $this->CRLF);
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/felamimail/inc/
H A Dclass.smtp.php28 var $smtp_conn; # the socket to the server variable in SMTP
40 $this->smtp_conn = 0;
89 if(empty($this->smtp_conn)) {
104 socket_set_timeout($this->smtp_conn, 1, 0);
190 if(!empty($this->smtp_conn)) {
217 if(!empty($this->smtp_conn)) {
219 fclose($this->smtp_conn);
220 $this->smtp_conn = 0;
257 fputs($this->smtp_conn,"DATA" . $this->CRLF);
595 fputs($this->smtp_conn,"NOOP" . $this->CRLF);
[all …]
/dports/www/phprecipebook/phprecipebook/libs/phpmailer/
H A Dclass.smtp.php47 var $smtp_conn; # the socket to the server variable in SMTP
58 $this->smtp_conn = 0;
107 if(empty($this->smtp_conn)) {
208 if(!empty($this->smtp_conn)) {
235 if(!empty($this->smtp_conn)) {
237 fclose($this->smtp_conn);
238 $this->smtp_conn = 0;
275 fputs($this->smtp_conn,"DATA" . $this->CRLF);
633 fputs($this->smtp_conn,"NOOP" . $this->CRLF);
677 fputs($this->smtp_conn,"quit" . $this->CRLF);
[all …]
/dports/deskutils/egroupware/egroupware/vendor/phpmailer/phpmailer/src/
H A DSMTP.php203 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
343 $this->smtp_conn = stream_socket_client(
359 $this->smtp_conn = fsockopen(
369 if (!is_resource($this->smtp_conn)) {
426 $this->smtp_conn,
613 if (is_resource($this->smtp_conn)) {
643 if (is_resource($this->smtp_conn)) {
645 fclose($this->smtp_conn);
1156 if (!is_resource($this->smtp_conn)) {
1165 $selR = [$this->smtp_conn];
[all …]
/dports/www/limesurvey/limesurvey/application/third_party/phpmailer/src/
H A DSMTP.php180 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
336 $this->smtp_conn = fsockopen(
346 if (!is_resource($this->smtp_conn)) {
403 $this->smtp_conn,
590 if (is_resource($this->smtp_conn)) {
620 if (is_resource($this->smtp_conn)) {
622 fclose($this->smtp_conn);
1112 if (!is_resource($this->smtp_conn)) {
1121 $selR = [$this->smtp_conn];
1123 while (is_resource($this->smtp_conn) and !feof($this->smtp_conn)) {
[all …]
/dports/www/e107/e107/e107_handlers/vendor/phpmailer/phpmailer/src/
H A DSMTP.php203 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
343 $this->smtp_conn = stream_socket_client(
359 $this->smtp_conn = fsockopen(
369 if (!is_resource($this->smtp_conn)) {
426 $this->smtp_conn,
613 if (is_resource($this->smtp_conn)) {
643 if (is_resource($this->smtp_conn)) {
645 fclose($this->smtp_conn);
1156 if (!is_resource($this->smtp_conn)) {
1165 $selR = [$this->smtp_conn];
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpmailer/phpmailer/src/
H A DSMTP.php203 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
343 $this->smtp_conn = stream_socket_client(
359 $this->smtp_conn = fsockopen(
369 if (!is_resource($this->smtp_conn)) {
426 $this->smtp_conn,
613 if (is_resource($this->smtp_conn)) {
643 if (is_resource($this->smtp_conn)) {
645 fclose($this->smtp_conn);
1156 if (!is_resource($this->smtp_conn)) {
1165 $selR = [$this->smtp_conn];
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/phpmailer/phpmailer/src/
H A DSMTP.php203 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
343 $this->smtp_conn = stream_socket_client(
359 $this->smtp_conn = fsockopen(
369 if (!is_resource($this->smtp_conn)) {
426 $this->smtp_conn,
613 if (is_resource($this->smtp_conn)) {
643 if (is_resource($this->smtp_conn)) {
645 fclose($this->smtp_conn);
1156 if (!is_resource($this->smtp_conn)) {
1165 $selR = [$this->smtp_conn];
[all …]
/dports/www/moodle310/moodle/lib/phpmailer/src/
H A DSMTP.php203 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
343 $this->smtp_conn = stream_socket_client(
359 $this->smtp_conn = fsockopen(
369 if (!is_resource($this->smtp_conn)) {
426 $this->smtp_conn,
613 if (is_resource($this->smtp_conn)) {
643 if (is_resource($this->smtp_conn)) {
645 fclose($this->smtp_conn);
1156 if (!is_resource($this->smtp_conn)) {
1165 $selR = [$this->smtp_conn];
[all …]
/dports/www/moodle39/moodle/lib/phpmailer/src/
H A DSMTP.php203 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
343 $this->smtp_conn = stream_socket_client(
359 $this->smtp_conn = fsockopen(
369 if (!is_resource($this->smtp_conn)) {
426 $this->smtp_conn,
613 if (is_resource($this->smtp_conn)) {
643 if (is_resource($this->smtp_conn)) {
645 fclose($this->smtp_conn);
1156 if (!is_resource($this->smtp_conn)) {
1165 $selR = [$this->smtp_conn];
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/PHPMailer/
H A Dclass.smtp.php187 protected $smtp_conn; variable in SMTP
330 $this->smtp_conn = fsockopen(
340 if (!is_resource($this->smtp_conn)) {
395 $this->smtp_conn,
631 if (is_resource($this->smtp_conn)) {
661 if (is_resource($this->smtp_conn)) {
663 fclose($this->smtp_conn);
1055 return fwrite($this->smtp_conn, $data);
1145 if (!is_resource($this->smtp_conn)) {
1154 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/libraries/phpmailer/
H A Dclass.smtp.php168 protected $smtp_conn; variable in SMTP
303 $this->smtp_conn = fsockopen(
313 if (!is_resource($this->smtp_conn)) {
366 $this->smtp_conn,
591 if (is_resource($this->smtp_conn)) {
619 if (is_resource($this->smtp_conn)) {
621 fclose($this->smtp_conn);
992 return fwrite($this->smtp_conn, $data);
1078 if (!is_resource($this->smtp_conn)) {
1087 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/www/piwigo/piwigo/include/phpmailer/
H A Dclass.smtp.php168 protected $smtp_conn; variable in SMTP
303 $this->smtp_conn = fsockopen(
313 if (!is_resource($this->smtp_conn)) {
366 $this->smtp_conn,
591 if (is_resource($this->smtp_conn)) {
619 if (is_resource($this->smtp_conn)) {
621 fclose($this->smtp_conn);
992 return fwrite($this->smtp_conn, $data);
1078 if (!is_resource($this->smtp_conn)) {
1087 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/lib/classes/phpmailer/
H A Dclass.SMTP.php168 protected $smtp_conn;
287 $this->smtp_conn = stream_socket_client(
303 $this->smtp_conn = fsockopen(
313 if (!is_resource($this->smtp_conn)) {
366 $this->smtp_conn,
591 if (is_resource($this->smtp_conn)) {
619 if (is_resource($this->smtp_conn)) {
621 fclose($this->smtp_conn);
1078 if (!is_resource($this->smtp_conn)) {
1087 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/mail/phpmailer/PHPMailer-5.2.28/
H A Dclass.smtp.php173 protected $smtp_conn; variable in SMTP
292 $this->smtp_conn = stream_socket_client(
308 $this->smtp_conn = fsockopen(
318 if (!is_resource($this->smtp_conn)) {
372 $this->smtp_conn,
595 if (is_resource($this->smtp_conn)) {
623 if (is_resource($this->smtp_conn)) {
625 fclose($this->smtp_conn);
1087 if (!is_resource($this->smtp_conn)) {
1096 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/mail/phpmailer/
H A Dclass.smtp.php173 protected $smtp_conn; variable in SMTP
292 $this->smtp_conn = stream_socket_client(
308 $this->smtp_conn = fsockopen(
318 if (!is_resource($this->smtp_conn)) {
372 $this->smtp_conn,
595 if (is_resource($this->smtp_conn)) {
623 if (is_resource($this->smtp_conn)) {
625 fclose($this->smtp_conn);
1087 if (!is_resource($this->smtp_conn)) {
1096 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/phpmailer/phpmailer/
H A Dclass.smtp.php173 protected $smtp_conn; variable in SMTP
292 $this->smtp_conn = stream_socket_client(
308 $this->smtp_conn = fsockopen(
318 if (!is_resource($this->smtp_conn)) {
372 $this->smtp_conn,
595 if (is_resource($this->smtp_conn)) {
623 if (is_resource($this->smtp_conn)) {
625 fclose($this->smtp_conn);
1087 if (!is_resource($this->smtp_conn)) {
1096 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpmailer/phpmailer/src/
H A DSMTP.php204 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
336 if ($this->smtp_conn === false) {
467 $this->smtp_conn,
657 if (is_resource($this->smtp_conn)) {
687 if (is_resource($this->smtp_conn)) {
689 fclose($this->smtp_conn);
1124 $result = fwrite($this->smtp_conn, $data);
1212 if (!is_resource($this->smtp_conn)) {
1221 $selR = [$this->smtp_conn];
1223 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/PHPMailer6/src/
H A DSMTP.php204 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
336 if ($this->smtp_conn === false) {
467 $this->smtp_conn,
657 if (is_resource($this->smtp_conn)) {
687 if (is_resource($this->smtp_conn)) {
689 fclose($this->smtp_conn);
1124 $result = fwrite($this->smtp_conn, $data);
1212 if (!is_resource($this->smtp_conn)) {
1221 $selR = [$this->smtp_conn];
1223 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/mail/phpmailer6/PHPMailer-6.5.0/src/
H A DSMTP.php205 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
337 if ($this->smtp_conn === false) {
468 $this->smtp_conn,
658 if (is_resource($this->smtp_conn)) {
688 if (is_resource($this->smtp_conn)) {
690 fclose($this->smtp_conn);
1125 $result = fwrite($this->smtp_conn, $data);
1213 if (!is_resource($this->smtp_conn)) {
1222 $selR = [$this->smtp_conn];
1224 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/net/self-service-password/ltb-project-self-service-password-1.4/lib/vendor/phpmailer/phpmailer/src/
H A DSMTP.php204 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
336 if ($this->smtp_conn === false) {
467 $this->smtp_conn,
655 if (is_resource($this->smtp_conn)) {
685 if (is_resource($this->smtp_conn)) {
687 fclose($this->smtp_conn);
1122 $result = fwrite($this->smtp_conn, $data);
1210 if (!is_resource($this->smtp_conn)) {
1219 $selR = [$this->smtp_conn];
1221 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/PHPMailer/
H A DSMTP.php205 protected $smtp_conn; variable in PHPMailer\\PHPMailer\\SMTP
337 if ($this->smtp_conn === false) {
468 $this->smtp_conn,
658 if (is_resource($this->smtp_conn)) {
688 if (is_resource($this->smtp_conn)) {
690 fclose($this->smtp_conn);
1125 $result = fwrite($this->smtp_conn, $data);
1213 if (!is_resource($this->smtp_conn)) {
1222 $selR = [$this->smtp_conn];
1224 while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) {
[all …]

1234