Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CDO - and remote SMTP server

Status
Not open for further replies.

avivit

Technical User
Jul 5, 2000
456
IL
1. I wonder, why do I need to add the following lines when sending forms through mail, using CDO component?
2. If I remove these lines and the form is still submitted as it should, and I get the mail as a result as it should, does it mean I do not need these lines?
3. In other words - How do I know if an SMTP service is installed on the local server, and not in another network (besides asking the admin)?

Thanks
*********The questionable code**************
objEmail.Configuration.Fields.Item _
(" = 2
objEmail.Configuration.Fields.Item _
(" = "md.huji.ac.il"
objEmail.Configuration.Fields.Item _
(" = 25

objEmail.Configuration.Fields.Update()
*****************End***************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top