Anthony,
A common issue.
Pertinent info required:
1 Win or *nix?
2 able to send a single msg to a single email addr?
3 does loop get address and send msg to that address, 136 times; or does loop collect
136 addresses and then
after closing the loop a single msg is sent to 136 recipients in the T
Your browser probably timed out. Try using flush() after the echo in the
loop. You may also encounter PHP timeout - take a look at
set_time_limit() if you bump into that.
What I don't understand is why you received no mail - are you sure your
mail() syntax is correct? You should try a third te
I''ve a php script that gets e-mail addresses from a MySQL db and then
using the mail() sends the same message to 100+ recipients.
I tested the script twice.
FIRST TEST.
(1) I commented out the mail() routine.
(2) I looped to get the e-mail addresses.
(3) I echoed the e-mail addresses on the s
3 matches
Mail list logo