Mailer.php
authorChris <chris@roojs.com>
Tue, 12 Nov 2013 08:49:59 +0000 (16:49 +0800)
committerChris <chris@roojs.com>
Tue, 12 Nov 2013 08:49:59 +0000 (16:49 +0800)
Mailer.php

index 0353bc3..fb7614a 100644 (file)
@@ -213,6 +213,24 @@ class Pman_Core_Mailer {
             $random_hash = md5(date('r', time()));
             $parts[1]['Content-Type'] = "multipart/mixed; boundary=mixed-$random_hash";
             
+            $str = "
+                --mixed-$random_hash
+                Content-Type: multipart/alternative; boundary=alt-$random_hash
+
+                --alt-$random_hash
+                {$parts[2]}
+
+                --alt-$random_hash--
+
+                --mixed-$random_hash
+                Content-Type: {{$this->attachments[0]['mimetype']}; name=\"{$this->attachments[0]['name']}\"
+                Content-Transfer-Encoding: base64 
+                Content-Disposition: attachment
+
+                {$this->attachments[0]['file']}
+                --mixed-$random_hash--
+            ";
+            
 //            --mixed-{t.random_hash}
 //Content-Type: multipart/alternative; boundary=alt-{t.random_hash}
 //