View Single Post
  #2  
Old 04-04-2013, 08:13 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

If you just want to send to multiple emails per subject, separate each email with a comma. Like this:

PHP Code:
$subjects=array("Department 1""Department 2""Department 3");

$emails=array("dept_1@domain.com,dept_1_2@domain.com,dept_1_3@domain.com""dept_2@domain.com""dept_3@domain.com"); 
Otherwise I am not sure I understand the question..
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote