Changeset - d7b53f34caaf
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 13 years ago 2012-04-28 23:58:36
ohnobinki@ohnopublishing.net
Fix explanation about $feedback_emails and example.
1 file changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
inc/config.inc.example
Show inline comments
 
@@ -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'); */
 

	
 
/**
0 comments (0 inline, 0 general)