Sending email to multiple addresses (php)

if i have a bunch of email addresses stored in an array whats the best method of sending an email out to all of them? Obviously looping through it isn’t a very efficient method… I was morelike wondering how to specify multiple addressees :slight_smile: