Computing.Net > Forums > Programming > Using Mailer on LocalHost

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Using Mailer on LocalHost

Reply to Message Icon

Name: yisraelharris
Date: January 12, 2004 at 01:50:36 Pacific
OS: XP Home
CPU/Ram: Don't know
Comment:

I have used Mailer successfully on websites before. This time, I am trying to run my Mailer code on localhost, with IIS.

This line, which in general works, is now generating an error message:

set Mailer = Server.CreateObject("SMTPsvg.Mailer")

What I've tried so far:

set Mailer = Server.CreateObject("SMTPsvg.Mailer")
set Mailer = Server.CreateObject("CDONTS.NewMail")
set Mailer = Server.CreateObject("localhost")

I don't know if I should be trying something else, if I have to do something beyond the actual code, or if it is simply not possible to have mailer working on iis/localhost.

Solutions welcome. Thank you.



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Using Mailer on LocalHost

Can't use Sleep() on Win XP www.computing.net/answers/programming/cant-use-sleep-on-win-xp/6464.html

Problem with using RXTX on Win2003 www.computing.net/answers/programming/problem-with-using-rxtx-on-win2003/15466.html

Using ping to provide a delay www.computing.net/answers/programming/using-ping-to-provide-a-delay/16185.html