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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send Email Through Outlook Using ASP

Status
Not open for further replies.

mmara

Programmer
Mar 19, 2002
7
0
0
US
Does anyone know how to send an email through Outlook using ASP. I found a vbscript file that can do it, but when I plug it into my asp page, it give me and error on the following:

Set ol = WScript.CreateObject("Outlook.Application")

Any help would be great.
 
Is there a special reason that you need to use outlook. Or that you don't want to use CDONTS?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top