Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. farzana

    Mail header question

    I got both CC and BCC working....here is my syntax: $headers .= "From: $sender\r\n"; $headers .= "Return-Path: fdost@bla.com\r\n"; $headers .= "Cc:fdost@bla.com\r\n"; $headers .= "Bcc:fdost@bla.com\r\n"; I used to have a space after : in cc and bcc...
  2. farzana

    Mail header question

    well CC is not working either ;) i don't remeber if it woked for me in older php version or not. and even if it did i could not use it...because of the reason you mentioned. Thanks for your help
  3. farzana

    Mail header question

    but i will have like 600 emails or more, i think looping with with high number will not be efficient...
  4. farzana

    Mail header question

    I am using php 4.3.1 but CC and BCC are still not working...Please help me if you have this worked out. Thanks -farzana

Part and Inventory Search

Back
Top