From: Alan Knowles Date: Thu, 10 Dec 2015 07:13:12 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=d012f7fae3be6a06e1926fc5de8576301f011ed0;p=Pman.Core Mailer.php --- diff --git a/Mailer.php b/Mailer.php index 71a17a5e..e2c2f09f 100644 --- a/Mailer.php +++ b/Mailer.php @@ -22,26 +22,26 @@ '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) + // '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. + // '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.... + // 'locale' => 'en', // .... or zh_hk.... // 'attachments' => array( // array( - // 'file' => '/path/to/file', // file location - // name => 'myfile.pdf', // (optional) - uses basename of file + // 'file' => '/path/to/file', // file location + // name => 'myfile.pdf', // (optional) - uses basename of file // mimetype : // ), // - // 'mail_method' => 'SMTP', // or SMTPMX + // 'mail_method' => 'SMTP', // or SMTPMX ) *