Hello Everybody I am using that Code for sending the mail.It executes fine but no email was sent, it won't give me any error as well.Please anybody help me in this regard, I am waiting for ur help to come.
The Code is as follows===
========================================
set objMail = CreateObject("CDONTS.NewMail")
objMailFrom = "
[email protected]"
objMailTo = "
[email protected]"
objMailSubject = request("subject")
objMailBody=request("message")
Impt=1
objMail.Send objMailFrom,objMailTo,objMailSubject,objMailBody,I mpt
set objMail = Nothing
Zaeem Sherazi