jmunro преди 23 години
родител
ревизия
23f52486f4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -912,7 +912,7 @@ function createPriorityHeaders($prio) {
 
 function createReceiptHeaders($receipt) {
 
-    GLOBAL $data_dir, $username, $identity;
+    GLOBAL $data_dir, $username, $identity, $popuser, $domain;
 
     $receipt_headers = Array();
     if (isset($identity) && $identity != 'default') {