Mailer.php
authorAlan Knowles <alan@roojs.com>
Fri, 21 Nov 2014 09:10:58 +0000 (17:10 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 21 Nov 2014 09:10:58 +0000 (17:10 +0800)
Mailer.php

index 8002ef1..739d644 100644 (file)
@@ -64,6 +64,8 @@ class Pman_Core_Mailer {
     var $html_locale = false; // eg. 'en' or 'zh_HK'
     var $images         = array(); // generated list of cid images for sending
     var $attachments = false;
+    var $css_inline = false; // not supported
+    var $css_embed = false; // put the css tags into the body.
     
     var $mail_method = 'SMTP';