mail function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
milleusi
Forum Commoner
Posts: 30
Joined: Mon Jun 13, 2005 3:18 am

mail function

Post by milleusi »

i wish to make a script to send mail to multilpe adresses? if i make with loop, not all tre adresses are loaded for send....i need a wait function?

how have an ideea?
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

What do you mean not all the addresses are loaded ?

Use the mail() in a loop to send one by one individually. Otherwise you do have the option to send to multiple addresses by separating them with a comma.
Post Reply