
January 21st, 2000, 08:48 AM
|
|
Contributing User
|
|
Join Date: Apr 1999
Location: London
Posts: 110
Time spent in forums: 22 m 26 sec
Reputation Power: 0
|
|
|
I am assuming you are using the mail() function, if so yes you can have as many as you want, just seperate them by space eg:
mail("bob@bob.com bert@bob.com jill@bob.com", "Subject", "Line 1nLine 2nLine 3 etc");
you can also have from and reply addresses specified, have a look at mail functions in the php manual, hope that helps
------------------
cheers
|