<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.50.4807.2300" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=334472213-16082001><FONT face=Arial size=2>Hello, I use some 
server-side JavaScript for sending an email.</FONT></SPAN></DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial 
size=2>&lt;%</FONT></SPAN></DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial size=2>var myMail&nbsp;= 
Server.CreateObject("CDONTS.NewMail")</FONT></SPAN></DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial size=2>... some more coding 
...</FONT></SPAN></DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial 
size=2>myMail.Send()</FONT></SPAN></DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial 
size=2>%&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial size=2>How can I free up 
the memory space after the email is sent?</FONT></SPAN></DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial size=2>In VBscript, "set 
myMail = Nothing" is used to free up the memory space.</FONT></SPAN></DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial size=2>Is there any need 
for this in JavaScript?</FONT></SPAN></DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=334472213-16082001><FONT face=Arial size=2>Any suggestions are 
welcome, TIA!</FONT></SPAN></DIV></BODY></HTML>