I use the free version of Persits AspEmail. I'm sending emails to multiple recipients and have simply been adding BCC by looping through a recordset (getrows) array.
Now I have need that the Mail.Body will be different for each recipient. IOW, each Mail.Send will have a distinct Mail.AddAddress and Mail.Body. All other properties will be the same for each. Do I need to destroy/open the Mail object for each iteration in the loop? Should I use the Mail.Reset or Mail.ResetAll methods? The manual is a bit sketchy for these. TIA, -- Lon Kraemer ----------------------------------------- --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
