Search; "Search Results Page allows the administrator to email students returned from the search. Also on this one if the search results return more than 60 emails, for some reason Outlook does not insert the email addresses. The addresses need to be exported then cut and pasted into the Outlook To… field to work." This one is really a bug
Code we used
if($_REQUEST['all'])
{
$emailall=$_REQUEST['emailall'];ob_flush();
for($i=0;$i<count($emailall);$i++)
{
{
$bccstring.=$emailall[$i].";";
}
//echo $i.'<br>';
}
<script language="jscript">document.location ="mailto:?bcc=<?php echo $bccstring ?>"; </script>
Regards
sujith



Bookmarks