Page 1 of 1

mail function

Posted: Fri Dec 23, 2005 5:20 am
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?

Posted: Fri Dec 23, 2005 5:41 am
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.