Hi guys! I am building an interface for my boss where he can send trading signals/updates from *one* interface. This involves the following: - sending an sms to our list - updating our website with the signal and of course.... - emailing active members notifying them of the new signal So I am looking for an easy way to send an email to all active members from our custom script... I have considered a simple mail() command that'll cycle through every member that is a) Active and b) not Unsubscribed, but... is there a better way for me to accomplish this? We have roughly 450 active members but could reach 900 in the next 2 months. Thanks!