Explorar el Código

Removed testing change that had all the retrieval errors being sent to me.

indiri69 hace 23 años
padre
commit
86b65f2e70
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/retrievalerror.php

+ 1 - 2
src/retrievalerror.php

@@ -20,8 +20,7 @@ require_once('../functions/smtp.php');
 require_once('../functions/page_header.php');
 require_once('../src/load_prefs.php');
 
-#$destination = 'retrievalerror@squirrelmail.org';
-$destination = 'sethr@missoulafcu.org';
+$destination = 'retrievalerror@squirrelmail.org';
 $attachments = array();
 
 function ClearAttachments() {