# HG changeset patch # User Nathan Phillip Brink # Date 2012-04-28 23:58:36 # Node ID d7b53f34caaf5966416c4bb14db1f5e5bb26309e # Parent bc7ff69ca58988f0c98790e50219a23b8b897b13 Fix explanation about $feedback_emails and example. diff --git a/inc/config.inc.example b/inc/config.inc.example --- a/inc/config.inc.example +++ b/inc/config.inc.example @@ -83,9 +83,13 @@ * List of email addresses to send feedback form submissions to. * * Set this to a PHP array of email addresses to which feedback - * submissions should be mailed. + * submissions should be mailed. Each separate array entry will cause + * a new email to be sent, so if you want everybody to recieve the + * same email and tobe listed on the To: header together, then place + * all of the emails in one array item but formatted as the value of a + * To: header with multiple addresses. */ -/* $feedback_emails = array('ethanzonca@gmail.com', 'ngelderloos7@gmail.com', 'ohnobinki@ohnopublishing.net'); */ +/* $feedback_emails = array('ethanzonca@gmail.com, ngelderloos7@gmail.com, ohnobinki@ohnopublishing.net'); */ /* $feedback_emails = array('user@example.org'); */ /**