Mailer.php
authorAlan Knowles <alan@roojs.com>
Thu, 10 Dec 2015 07:12:44 +0000 (15:12 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Dec 2015 07:12:44 +0000 (15:12 +0800)
Mailer.php

index f8a89b3..71a17a5 100644 (file)
        'rcpts' => array(),   // override recipients..
        'template' => 'your_template.html',
        
-       //'bcc' => 'xyz@abc.com,abc@xyz.com', // string...
-       //'contents'  => array(),    //  << keys must be trusted
-                                // if bcc is property of contents, then it will be used (BAD DESIGN)
-       
-       //'html_locale => 'en',              // always use the 'english translated verison'
-      // 'cache_images => true,           // -- defaults to caching images - set to false to disable.
-      // 'replaceImages => false,         // should images be replaced.
-        //'urlmap => array(             // map urls from template to a different location.
-      //      'https://www.mysite.com/' => 'http://localhost/'
-       //)
-      // 'locale' => 'en', // .... or zh_hk....
-       
-      // 'attachments' => array(
-     //       array(
-      //        'file' => '/path/to/file', // file location
-      //        name => 'myfile.pdf', // (optional) - uses basename of file
-      //        mimetype : 
-      //      ), 
-      //  
-        //'mail_method' =>  'SMTP', // or SMTPMX
+        // 'bcc' => 'xyz@abc.com,abc@xyz.com', // string...
+        // 'contents'  => array(),    //  << keys must be trusted
+                                    // if bcc is property of contents, then it will be used (BAD DESIGN)
+           
+        // 'html_locale => 'en',              // always use the 'english translated verison'
+        // 'cache_images => true,           // -- defaults to caching images - set to false to disable.
+        // 'replaceImages => false,         // should images be replaced.
+        // 'urlmap => array(             // map urls from template to a different location.
+        //      'https://www.mysite.com/' => 'http://localhost/',
+        // ),
+        // 'locale' => 'en', // .... or zh_hk....
+           
+        // 'attachments' => array(
+        //       array(
+        //        'file' => '/path/to/file', // file location
+        //        name => 'myfile.pdf', // (optional) - uses basename of file
+        //        mimetype : 
+        //      ), 
+        //  
+        // 'mail_method' =>  'SMTP', // or SMTPMX
   
     )
  *