yes i understand what write to the browser means. and i really appreciate that you helped me, and i managed to solve the problem.
here is my mistake,,
i just hard code the email address of (from) in this tag
and these three line were like this
Code:
objCDOSYSCon.Fields("http://schemas.microsoft.com/cdo/configuration/sendusername") = "[email protected]"
'and
objCDOSYSMail.From = request("txtfrom")
objCDOSYSMail.To = request("client_email")
and then, when i got your reply i again chk all my form values and email sending script, i finally managed to correct this problem.
so when script executed it was looking for
and form was sending something else, that was my mistake, then i again change this line
and script runs successfully without any error. thanks for your clue

mat41
