Form code works well with one email address when sent...when trying to add a another email address it doesnt work.
mail("
[email protected]", "{$cleaned['subject']}", $body, "From: {$cleaned['email']}");
mail("
[email protected]", "{$cleaned['subject']}", $body, "From: {$cleaned['email']}");
What...