Skip to main content
Inspiring
September 21, 2009
Question

EMAIL COPY to the DISTRIBUTOR?

  • September 21, 2009
  • 1 reply
  • 1484 views

I've created a website which is to be linked in our DISTRIBUTORS websites. Customers could place an order through the distributors website. Currently it sends data to a PHP script on the server and gets the details to my mail.

My problem: When a customer place an order coming to my website through a distributors website, how to make a copy of the email to be sent to that distributor? What's the bestand easiest way to do this?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 21, 2009

add a 2nd email address to the php mail() function.

Inspiring
September 21, 2009

Can not do that. There are about 50 Distributor email addresses and I need the copy to reach only to the relevent distributor & myself)

kglad
Community Expert
Community Expert
September 21, 2009

send the relevant email address to your php file so it can add the a cc in your email header.