when I want to use "mass email members" and send email to my members this error was shown ...
=============
Response object error 'ASP 0157 : 80004005'
Buffering On
/admin_member_mailier_send.asp, line 54
Buffering cannot be turned off once it is already turned on.
===============
but when I remove this line from admin_member_mailier_send.asp all things is Ok ...
===========
'Set the response buffer to false as we may need to puase while the e-mails are being sent
Response.Buffer = False
===========
I want to know what happen if I remove this code ????