Help with $to

Hello, I like to know if you can add two email-addresses in $to, how does it work?

Greetz Caro

How bout just do two different email functions, each with different emails?

PHP Manual

to
Receiver, or receivers of the mail.

The formatting of this string must comply with ยป RFC 2822. Some examples are:

user@example.com
user@example.com, anotheruser@example.com
User <user@example.com>
User <user@example.com>, Another User <anotheruser@example.com>

hth, :beer: