Hi All, I am Not able to send emails using CDONTS.NEWMAIL .I am able to send it to the external emails like gmail.com, Yahoo.com.But i am not able to send it to my company emails. the code is below and its simple.Do we have to do some changes in SMTP server. set m = Server.CreateObject("CDONTS.NewMail") m.to = reg("s_email") m.from = request("email") m.subject = request("subj") PLeaseeeeeeeee help -Vani
cdonts may not be installed on the server.... if its windows 2003 it is not installed by default regsvr32 c:\winnt\system32\cdonts.dll will install it