Mailer.php
authorAlan Knowles <alan@roojs.com>
Thu, 5 Nov 2015 04:51:10 +0000 (12:51 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Nov 2015 04:51:10 +0000 (12:51 +0800)
Mailer.php

index 8be61a1..08a2def 100644 (file)
@@ -442,7 +442,7 @@ class Pman_Core_Mailer {
             return array(
                     'mimetype' => $mt,
                    'ext' => $ext,
-                   'contentid' => md5($file),
+                   'contentid' => md5($file),  // why is contentid  an md5 of the file ... this is needed for cid mapping?
                    'file' => $file
             );