about using mail function
Posted: Fri Aug 24, 2007 7:06 pm
hi,
As you know, php built-in mail function take mail addresses separated by comma as TO parameter,
my question is: what is the performance difference in php or in view of postfix when sending mail to a list of mail adresses individually in a for loop or concating all mail adresses separated by comma and then sending in a one mail() function call?
As you know, php built-in mail function take mail addresses separated by comma as TO parameter,
my question is: what is the performance difference in php or in view of postfix when sending mail to a list of mail adresses individually in a for loop or concating all mail adresses separated by comma and then sending in a one mail() function call?