dunque... ho capito che devo inviare blocchi di email però ho difficoltà ad applicarlo a questo:

while($d=mysql_fetch_array($getnewsletter)) {
$body=$d["news_body"];
$title=$d["title"];
$tid = "0";
$text = make_it_text($body);
}
$getemail = mysql_query("SELECT linkemail, linkURL, azienda FROM links WHERE mailing='s'") or die(mysql_error());
while($data=mysql_fetch_array($getemail)) {
$type="H";
$email=$data["linkemail"];
$url = $data["linkURL"];
$azienda = $data["azienda"];
...poi chiude il while

come metto la limitazione?