]> git.mxchange.org Git - core.git/blobdiff - inc/classes/third_party/php_mailer/class.smtp.php
Opps, forgot this.
[core.git] / inc / classes / third_party / php_mailer / class.smtp.php
index b2f0f3c3eabb1786da01f5677960f763f81d67b3..360d6afdd110d7484b7a0047b81bea1f26e73e2d 100644 (file)
@@ -2,7 +2,7 @@
 /*~ class.smtp.php
 .---------------------------------------------------------------------------.
 |  Software: PHPMailer - PHP email class                                    |
-|   Version: 2.1                                                            |
+|   Version: 2.3                                                            |
 |   Contact: via sourceforge.net support pages (also www.codeworxtech.com)  |
 |      Info: http://phpmailer.sourceforge.net                               |
 |   Support: http://sourceforge.net/projects/phpmailer/                     |
@@ -170,7 +170,7 @@ class SMTP {
       return false;
     }
 
-    fputs($this->smtp_conn,"STARTTLS" . $extra . $this->CRLF);
+    fputs($this->smtp_conn,"STARTTLS" . $this->CRLF);
 
     $rply = $this->get_lines();
     $code = substr($rply,0,3);
@@ -1109,5 +1109,4 @@ class SMTP {
 
 }
 
-
- ?>
+?>
\ No newline at end of file