How long can a string be. I'm writing a newsletter script and instead of sending like 10,000 separate e-mails by looping through mysql_fetch_array, I want to sent one huge e-mail to alot of people so I want to store all their e-mail address in a string and then just send one huge e-mail. So how big can a string be?