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?
about using mail function
Moderator: General Moderators
I've never used a comma to send to multiple addresses.
I do know that sending emails in a loop is abusing what *could* be one connection to the mail server. d11wtq's Swift Mailer at http://www.swiftmailer.org is a fantastic library for addressing issues such as this.
I do know that sending emails in a loop is abusing what *could* be one connection to the mail server. d11wtq's Swift Mailer at http://www.swiftmailer.org is a fantastic library for addressing issues such as this.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.