Hi,
I use a reasonably simple php formmail to process enquiry forms and can happily send the results of the form to multiple recipients - as follows:
$to = "example1@example.co.uk,example2@example.co.uk";
This works fine, but I'd like to be able to make the second/subsequent e-mails arrive as CC'd rather than as the main recipients.
Is this possible?
Anakeimai