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?
mail function
Moderator: General Moderators
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.
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.