hi everyone!
i have to send a mail using
asp wherein in Body part some of the data will be retrieved from the database.
how will i retrieved all records for example it has 5 records per person?
do i have to put the ff:
Mail.Body = do while not rs.eof...
Mail.Body = Mail.Body & .....
Mail.Send
----------------
please help.
thanks.