Bläddra i källkod

Fix Core\Mail

Visman 3 år sedan
förälder
incheckning
eb078a5fb4
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      app/Core/Mail.php

+ 2 - 0
app/Core/Mail.php

@@ -612,6 +612,8 @@ class Mail
         }
 
         $this->response = '';
+        $return         = '';
+
         while (\is_resource($this->connect) && ! \feof($this->connect)) {
             if (false === ($get = \fgets($this->connect, 512))) {
                 throw new SmtpException('Couldn\'t get mail server response codes.');