In my formmail I wan’t the form to be sent to two different mailadresses. How exactly is that done (i know its a noob question ;)). I thought I could just make two different $sendTo like this:
$sendTo = "blah@mail.com";
$sendTo = "blahblah@mail.com";
but that doesn’t seem to work.
/regards
Kragh