Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   phphq.Net Forums (https://novahq.net/forum/forumdisplay.php?f=277)
-   -   $subjects and $emails (https://novahq.net/forum/showthread.php?t=47259)

gotduss 04-03-2013 05:56 PM

$subjects and $emails
 
Would it be possible to group the subjects? For example I have several stores in a same state and would like to group these stores under the same state, how would I do it?

Scott 04-04-2013 08:13 AM

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..


All times are GMT -5. The time now is 07:40 PM.

Powered by vBulletin®