I would like to send about 100 emails using the mail() function. Instead of creating a loop and sending 100 separate email messages, I was considering sending one email and populating the mail() To parameter with 100 email addresses. Is these a limit to the number of email addresses I can include in the mail() To parameter?
HeidiR