I am trying to set up multiple email recipients for the QuForm submission. eg: $config[‘recipients’] = array( ‘bob@duncansweb.com’, ‘angela.roberts.partners@gmail.com’, ‘david.roberts.partners@gmail.com’ ); Only the first name receives the email. What am I missing?