Hi! About the "response.buffer = false" problem I can say that's surely because I use the Advanced Mailer in an include page... can I safely comment the "response.buffer = false" line? Does it affect the work? ---------------------------------------------------------------- About the recordset: the Receivers recordset is builded dinamically based on what's passed on the page from a previous form... the SQL is like this:
SELECT USE_EMAIL FROM USERS, GROUPS WHERE USE_GROUP = GRO_ID AND GRO_ID IN (" & Request.Form("GRO_ID") & ")"
But the "Request.Form" causes me some conflict with BinaryRead... ---------------------------------------------------------------- For the "Body from dynamic page": I'll send you more details of what I do when I'm at home... I remember that some strings got truncated (I saw it from the colors'code)
I'll checkbetter this evening... |
|
|