Array ( [0] => Preschool [1] => Elementary ) [title] => Mr. [firstname] => sdfds [lastname] => erwer [telephone] => sdfser [email] => ewerwer [message] => sedrtwer [resume] => [submit] => Submit Form [064010d9ea3afdf6f6ac4e9dea57ae97] => 1 [1cf1] => c4283473e14a81325c11d37580b69a58 [chronoformname] => test3 ) 6. $_FILES Array: Array ( ) 7. Form passed the plugins step (if enabled) OK 8. An email has been SENT successfully from (Mike)xxxxx@xxxxx.com to xxxxxx@yahoo.com 9. Debug EndThanks for any help you can give."> sending email to multiple recipients - Forums

Forums

sending email to multiple recipients

mfinley 28 Apr, 2010
I am trying to create a form that allows users to select who the completed form gets sent to from a list of checkboxes. I looked at this post, http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=12301&p=21709&hilit=sending+emails+to+multiple+recipients#p21709, but I cannot seem to get it to work correctly. I am using the same form data just changing the email addresses to try to get it to work. It seems as if the code posted in the "on submit -before sending email" is not running. What do I use for a "To" field under the "Setup Emails" section?

Here is my debug info:

   1. Form passed first SPAM check OK
   2. Form passed the submissions limit (if enabled) OK
   3. Form passed the Image verification (if enabled) OK
   4. Form passed the server side validation (if enabled) OK
   5. $_POST Array: Array ( [department] => Array ( [0] => Preschool [1] => Elementary ) [title] => Mr. [firstname] => sdfds [lastname] => erwer [telephone] => sdfser [email] => ewerwer [message] => sedrtwer [resume] => [submit] => Submit Form [064010d9ea3afdf6f6ac4e9dea57ae97] => 1 [1cf1] => c4283473e14a81325c11d37580b69a58 [chronoformname] => test3 )
   6. $_FILES Array: Array ( )
   7. Form passed the plugins step (if enabled) OK
   8. An email has been SENT successfully from (Mike)xxxxx@xxxxx.com to xxxxxx@yahoo.com
   9. Debug End


Thanks for any help you can give.
mfinley 28 Apr, 2010
I think I have it figured out.
This topic is locked and no more replies can be posted.