From 5ac7db18dc407e15f55dea6839b9a5869fdc7261 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 10 Dec 2015 15:25:17 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index fbeb4519..a9f52e07 100644 --- a/Mailer.php +++ b/Mailer.php @@ -18,7 +18,7 @@ * $x= new Pman_Core_Mailer(array( 'page' => $this, // if bcc is property of this, then it will be used (BAD DESIGN) - 'rcpts' => array(), // override recipients.. + 'rcpts' => array(), -- only used by the 'send' code???. 'template' => 'your_template.html', // must be in templates/mail direcotry.. -- name without the .html or .txt // 'bcc' => 'xyz@abc.com,abc@xyz.com', // string... -- 2.39.2