Khaled
05-11-2006, 07:02 PM
Hi everybody...
I am making a webpage that sending an email, this page works fine when email addresses are constant like :
MSG.To="name@domain.com"
where MSG is the CDO.Message object.
But the problem appears when I try to assign a variable to MSG.To like :
MSG.To=RS("Email")
where RS is a record set object contain the email of the recepient in Email database field.
How I can do it ?
Thank you for any help.
I am making a webpage that sending an email, this page works fine when email addresses are constant like :
MSG.To="name@domain.com"
where MSG is the CDO.Message object.
But the problem appears when I try to assign a variable to MSG.To like :
MSG.To=RS("Email")
where RS is a record set object contain the email of the recepient in Email database field.
How I can do it ?
Thank you for any help.