Browse Source

Missing property problem that only shows up when sending messages with attachments. Fixed!

tassium 22 years ago
parent
commit
1d276f809a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      class/mime/Rfc822Header.class.php

+ 1 - 0
class/mime/Rfc822Header.class.php

@@ -33,6 +33,7 @@ class Rfc822Header {
         $xmailer = '',
         $priority = 3,
         $dnt = '',
+        $encoding = '',
         $mlist = array(),
         $more_headers = array(); /* only needed for constructing headers
                                     in smtp.php */