Re: [PHP] File array mailing What to do

2003-03-02 Thread WebDev
I do not use any loop comand yet how come I have all email addresses from the data file in the TO: line but each email is send with unique information to the client, only TO and From: line is filled with all the values from the data file. What do I do ? I hope I explain my self good enough can

RE: [PHP] File array mailing What to do

2003-03-02 Thread John W. Holmes
I do not use any loop comand yet Yes you do. You have a while() loop. how come I have all email addresses from the data file in the TO: line but each email is send with unique information to the client, Because that info is the result of one split() call, but you're building up headers with