Преглед изворни кода

Changed sendMessage call to use the new field for MDN. Keeps
SquirrelMail from giving a warning.

indiri69 пре 23 година
родитељ
комит
e7622407be
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/retrievalerror.php

+ 3 - 3
src/retrievalerror.php

@@ -20,8 +20,8 @@ require_once('../functions/smtp.php');
 require_once('../functions/page_header.php');
 require_once('../src/load_prefs.php');
 
-$destination = 'retrievalerror@squirrelmail.org';
-
+#$destination = 'retrievalerror@squirrelmail.org';
+$destination = 'sethr@missoulafcu.org';
 $attachments = array();
 
 function ClearAttachments() {
@@ -88,7 +88,7 @@ if ($imap_stream) {
 
 $body .= "\nFETCH line for gathering the whole message: $topline2\n";
 
-sendMessage($destination, '', '', 'submitted message', $body, 0);
+sendMessage($destination, '', '', 'submitted message', $body, False, 0);
 
 displayPageHeader($color, $mailbox);