Using Mailer On LocalHost
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.
View Complete Forum Thread with Replies
Sponsored Links:
Related Messages:
CGI Mailer To ASP Mailer
I currently have a CGI mailer that is running but not executing mail because there isn't an open relay between the mail and web servers, if I was on unix and had sendmail I would be right I think. Now Im looking at going down the ASP route, would I need to open up a mail relay to get an ASP mail script to send mail? In this configuration? I am running this on a Windows 2003 machine and looking at CDONTS.
View Replies !
View Related
ASP E- Mailer
I am having a heck of a problem getting this script to email correctly. A form generates all the values, and the script sends off confirmation email- except I don't get any of the confirmation emails I don't get any errors either. I've tried multiple email addresse (in network, out of network, etc.) Here is the code: ....
View Replies !
View Related
Asp Mailer
I tried sending a mail with an attachment . I am able to attach a .jpeg as well as .pdf file to the mail but the prob is when i try to attach and send a .doc file . i am storing the path of the file selected thru a browse option and then attaching that file to the mail with mailer.addattachment. It gives the correct path but does not attach the .doc file.
View Replies !
View Related
ASP Form Mailer
I have attempted to write an .asp script to post form data to my e-mail, however when I tried to move it into a separate file, I no longer receive it... or it might be the for..next loop I tried to use. Code:
View Replies !
View Related
SMTPsvg.Mailer
I know that the SMTPsvg.Mailer component is used to send mails from ASP Page. Can any body tell me where can I get the Component for download or Do I need to purchase the component? Is this Component is better than CDO ?
View Replies !
View Related
Form Mailer
I have only dundas and the free softartisans.com mail installed on my server. Am wondering, who i could run mailer script that supports both html and graphics ?
View Replies !
View Related
Use Mass E-mailer
I tried using the one listed here http://www.aspfree.com/c/a/ASPCode/...rom-a-database/ but I keep getting an error which I've posted but haven't found an answer for yet. Does anyone know of any other one that I can use. I basically want to be able to pull a list of the emails out of my db and send an email to those addresses.
View Replies !
View Related
Error: SMTPsvg.Mailer
I'm using a block of ASP to allow a user to send a form via e-mail. However, someone keeps sending me spam through this form and they're using a bogus return address. I'm testing for a successful send, which should fail if the return address is not valid, but I'm still getting the junk. The block looks like this: Set Mailer = Server.CreateObject("SMTPsvg.Mailer") Mailer.RemoteHost = "smtp.xxx.com" Mailer.FromName = Request.QueryString ("Name") Mailer.FromAddress = Request.QueryString ("Email") Mailer.AddRecipient "Web Mail", "PCT2@xxx.com" Mailer.Subject = "P.C.T. E-mail" Mailer.BodyText = UserString if Mailer.SendMail then Response.Write " - Sucessful - " else Response.Write " - Failed - " Response.Write Mailer.Response end if Should this block be stopping bogus From addresses? Or do I need to be doing something different?
View Replies !
View Related
ASP Dundas Mailer Question
I am still finding my feet creating a website in ASP, and i'm trying to get to grips with users providing feeback to my site. my webhosts have the dundas mailer installed, and i am trying to get it to work for me. does it work in conjuction with regular html? can i add a <form> and text fields? and then will all that get sent with the page? .....
View Replies !
View Related
CDONTS Mailer Limitations
I'm looking to manage an email list with SQL server and send out newsletters. Does anyone have an idea of the limitations of sending emails with CDONTS.MAIL object? How long would it take to send out 1000 emails via asp. I guess there are many variables with that, but that's say there were no attachments and we have 15k emails. These news letters really will only be sent once a month or so. But lets say our list grows to 10000 users or even 100,000. Is that a good idea to send 100,000 thousand emails through an asp page? I wouldn't think so .
View Replies !
View Related
CDO.Message Vs SMTPsvg.Mailer
The code below is for SMTPsvg.Mailer I need to convert it to CDO.Message Can somebody tell me what to do? Do I need to replace eg: Mailer.FromName = "" with Message.FromName = "" and The objects FromName with From? If that is the case, it's not that difficult accept for I don't know all the objects for CDO .....
View Replies !
View Related
CDONTS Vs SMTPsvg.Mailer
I'm developing a newsletter module in ASP... I've worked with two mailing objects 1- SMTPsvg.Mailer 2- CDONTS Please share your experience and suggest me one of them which one is more efficient. keep in mind that it will be a loop to send mail to two thousand members.
View Replies !
View Related
Having Trouble With The Mailer.htmlbody Function
Basically the way it SHOULD work is a fixed sized window opens and displays two tables. The top table (id=fgWindow) displays the graphics; the bottom table has dropdown menus and text boxes. I can make every item in the bottom window show up in an email (the Sub Button_Click), however I remain unable to get it to put the contents of the fgWindow table into the body of the email. My only BIG question is, why won't it put the table that I have ID'd as "fgWindow" in the body of the email when I send it? Code:
View Replies !
View Related
Using Cookies In A Form Mailer To Review Data
I have an asp form mailer. when the form is submitted, it goes to a review page where the user can submit the mailer or print it out. the review page pulls the cookie information in fine. after its submitted, i get an email that just says: Submit: Submit Form here is the code on the review.asp page that brings in the code. Code: ....
View Replies !
View Related
Localhost/IIS
I am trying to test a website that uses ASP on my PC. I am running Windows 2000 and have IIS 5.0 installed.The first page is a form where the user enters a password. When the form is submitted the progress bar indicates something is happening, but I can leave it for 20 minutes and the file has not loaded. I am using the URL http://localhost/webname /. I have tested it on 2 servers and the script works. I have had similar problems with other ASP pages and assume the problem is something to do with IIS.I have tried re-installing IIS.
View Replies !
View Related
Localhost
All this while I have been running my ASP pages on the webserver. In the web server, I can access the web server through the Internet Services Manager. Now I want to access these web pages locally, so that I do my development locally and then when it works, I move to the web server. I have Windows XP Professional 2002 How can I access the web services within this machine? When I type in http://localhost in this machine, i get the message-Page cannot be displayed. Cannot find server.
View Replies !
View Related
Localhost...
I just bought a new computer with win XP PRO. I'm trying to set it up so that I can use it as a local host and with IIS etc. I don't really know where to start. How do I start running IIS? At this point, pointing to localhost doesn't work but I'm not sure what I'm supposed to be doing.
View Replies !
View Related
Localhost ..
I have downloaded this example from this site http://www.iisworks.com/fileman/ i have tried reading the install guide but i still dont understand. I manage to set up localhost in my pc. Anyone who is kind enough to guide me thru step by step....
View Replies !
View Related
Localhost
Is there a way I can run ASP on my localhost? I run a valid copy of Win XP pro, but I do not have the CD as it is a pre-installed version on my Dell Latitude. So, is there a way I can run ASP?
View Replies !
View Related
Sessions With Localhost
I am working with sessions to check if the user is logged in. This usually works fine and all my .asp-pages checks if: <% session.Contents("loggedIn")=True %> But this only works on my web-hotel When I run the same pages on my localhost, it can't find any sessions and I appear to not be logged In. I have tried to set my localhost on the "trusted sites" list and "always allow" in "override cookie handling" in my Explorer.
View Replies !
View Related
Localhost Is Not Being Recognised
when I run my asp programs, suddenly I'm getting the page "page can not be displayed" when it worked fine till the previous day suddenly what made those pages to be not recognized I didn't understand. the browser is atleast not able to recognise the "localhost".
View Replies !
View Related
IIS Version 5.0 Will Not Run ASP On LocalHost
I have a new ASP project that I need to desperately test on my Windows 2000 machine before posing to my Hosting Company. I am having problems getting the ASP pages to run from LocalHost. I will attempt to give as much information of what I have done to try to correct this without success. First my setup. Windows 2000 Professional with Service Pack 2 installed. IIS is installed. I have turned off the firewall just in case that was a problem as the laptop is operating as a stand alone and not on a network at this time. I also have VB6 with Service Pack 6 installed. I will explain later why that my be pertinent. The error that I am getting is: The Page Cannot Be Displayed. with a HTTP 500 error. This occurs every time I try to access a ASP page. HTML works fine from LocalHost. Code:
View Replies !
View Related
Localhost Slow
I'm trying to surf on a website on winXP, but IIS response is very slow. It doesn't load a lot of images (red x). Besides, it alerts always there's no connection (from each page to the following), asking whether I want to connect. The browser keeps waiting for images then it fails. What can I do?
View Replies !
View Related
Localhost Access Is OK But Not IP ADD
I developed a small asp application. My problem is that everytime I use LOCALHOST, accessing and adding data on the database is OK but if I use the IP ADDRESS for accessing the website it would generate this error Error Type: Microsoft OLE DB Provider for SQL Server (0x80040E4D) Login failed for user 'MYSERVERIUSR_MYSERVER'. /o/dog_evaluation/add_dog_db.asp, line 22 The connection string on my page is this conn.Provider="Microsoft.Jet.OLEDB.4.0" conn.Open "Provider=sqloledb;Data Source=MYSERVER;Initial Catalog=dog_evaluation;Integrated Security=SSPI;"
View Replies !
View Related
Localhost 404 Error
I get the 404 file not found error message when I try http://localhost/xxxx.asp I've created a virtual directory and pointed it to the asp file and the error message appears. I've tried creating a new directory and received the same error message when I pointed it to the new asp file. I think it's something in the IIS configuration. Any ideas?
View Replies !
View Related
Asp.net And Localhost:8082
my asp.net applications run as http://localhost:8082/appname/webform.aspx - i've downloaded a sample aspx solution, and get the following error when trying to open it: "Unable to open web project "FormsAuth". Unable to validate that the file path "c:/downloads/ddj/aspnet/aspform/FormsAuth" matches the url path 'http://Localhost:/FormsAuth'. A connection with the server could not be established."
View Replies !
View Related
Connecting To Localhost
I have got a scenario where an asp script needs to request via xmlhttp a file sitting on the same server. The code all works find on my local machine. However, on the hosting server, it does not. The problem is that I am on a shared server and the server can't "see itself", i.e. it's probably blocked by the host to receive request from itself. The problems comes in as the server will hold multiple sites and use host headers to channel request. I thought of using "localhost" and some kind of header sending scenario to get the server to go to the correct subfolder/virtual host. However, googling has not brought up much.
View Replies !
View Related
Http://localhost Is Not Available
Installed IIS on w2k pro, started Personal Web server and pointed the home catalogue to the folder with my asp codes. However IE keeps saying that http://localhost is not available without Internet connection. Such thing often happend on other computers, but after several refresh it worked. How shall I get rounf this now?
View Replies !
View Related
Can't Connect To Localhost
I have installed wamp5 on my laptop so I can develop php pages with mysql.I have started the wamp5 which give you a semi circle and three quarters of the icon is shaded yellow - this is supposed to mean that apache is running. I then type in http://localhost in the address bar and I get the "page cannot be displayed" error. This is weird because wamp says apache is running ok.Is there any other setting that may affect the connection?If this is any help, I also have a sneaky suspicion that because I have visual studio.net installed on my laptop there may be a conflict with IIS? I have not developed any sites with visual studio yet but could there be a conflict here? Thing is, I am not sure what to look for or change?
View Replies !
View Related
Localhost On Mozilla
I try to run localhost on other browser other than IE, in this case i run on FireFox Mozilla.Can anyone tell me why does the browser popup with the security windows where i need to type a Username and password. However, that wouldn't happen if i run on IE. Is there a special setting where IIS can check whether a user run scripts on that type of server on other browsers than IE.
View Replies !
View Related
Sendto Go To Localhost
I want to make localhost on my browser a sendto destination, so I can right click on an ASP or PHP file, choose sendto, then localhost and have a browser open up with the ASP file running in it. I've put a link in the sendto folder with a target of localhost. That changes the icon to look like a computer monitor, but when I right click it doesn't show up in the sendto list. I know I'm in the right directory (documents and settings/myuser/sendto) because I can put a shortcut to a directory there and it shows up in the sendto list.
View Replies !
View Related
Localhost Connection
it work out when using localhost, but it doesn't when i uploaded to web host server. local host connection string is : Dim MM_connFMX_STRING MM_connFMX_STRING = "Driver={Microsoft Access Driver (*.mdb)}; DBQ= D:InetpubwwwrootfmxdatabasefmxData.mdb" and i change to the string given by my asp host server which is : Dim MM_connFMX_STRING MM_connFMX_STRING = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source="& _Server.MapPath("fmxData.mdb") anyone knows what is the problem?
View Replies !
View Related
Gnucleus.net Maps To Localhost
This is weird - when I clicked on a link to gnucleus.net, my local index page shows up. It seems that somehow typing "gnucleus.net" or "www.gnucleus.net" is equivalent to typing "localhost". It happens even when I'm not connected to the internet. What is going on???
View Replies !
View Related
Sending Email Via Localhost
Is there a way to send email generated from asp scripts run on localhost for testing purposes? Running XP pro, but would like to test client pages on //localhost first before transfering to the domain. (using CDOSYS and localhost for testing) What setup is possible with the SMTP server of XP pro to allow email to be sent (and then recieved from my ISP)
View Replies !
View Related
Http://localhost/ For Apache Or ISS
Though I consider myself to be a fairly prominent PHP/MySQL programmer, I've come to the conclusion that if I'm ever going to get a job in a company of some size, I'll need to learn some ASP. So, I've decided to take a whack at Kevin Yanks ol' "Getting Started with ASP" article. However, the article has brought up a question. In the article, Kevin suggestion to install IIS on ones own computer if you're running Windows 2000 (which I am). Later, he explains that to request files that are first parsed by the web server, one is to use http://localhost/and-so-on. However, I already have phpdev installed, which, among other things, includes Apache for Windows, and http://localhost/ is what I've been using up until now to get the files parse by the Apache server. So, when I install IIS, what decides which web server that's entitled to the http://localhost url? And will this mean that I have to drop my Apache server to install IIS?
View Replies !
View Related
Asp Pages Not Running On Xp Pro Localhost
I have a desktop with XP Pro that happily runs my ASP pages via localhost and a laptop also with XP Pro that won't. A very simple web page without any ASP in it will run as page.htm but not as page.asp; XP Pro is running IIS 5; all windows updates are up to date. Pages simply displays Server Application Error message I don't even know where to go to find more diagnostics (friendly messages is already switched off)
View Replies !
View Related
Localhost .asp Wont' Show
Running Win XP PRO, IIS 5.1 Ok my computer use to run my website with asp. on it then it all of a suddent stoped working.. the pages i can still view .htm pages but no more .asp pages. it give me a The page cannot be displayed 500 error...
View Replies !
View Related
Pages Not Appearing In Localhost
I have installed iis and setup a new virtual directory, I then try to view it with the correct address but IE just hangs, nothing appears except the title on the titlebar and busy cursor. Going to view>source shows the source (which is correct). This was a previously working website, I just moved the files onto a new computer. And wanted to use that instead. More info can be supplied if required. Alternatively, a good website showing how to setup iis again for asp including db's.
View Replies !
View Related
Using IIS For LocalHost Testing Server
I trying to run a sample asp web application, using IIS as a localhost testing server. I have created a virual directory called global with path C:/global/asp/. I also have a another website sitting in the default root folder in intpub/wwwroot. then i use localhost my old website home page starts up not my virtual directory site global if I type localhost/global/asp/filename.asp, I get cant find. What am I doing wrong, what do I have to do to get virtual directory site to run and not the old site in wwwroot folder. I start and stop IIS from the right click from the default web site.
View Replies !
View Related
Server.MapPath() Localhost
If I run Server.MapPath("/") on my operational Internet server I get, correctly, the physical path to the directory my page is in (d:.......htdocs). If I run Server.MapPath("/") on my intranet server, my localhost, I get c:inetpubwwwroot, but my webpages are NOT in this folder, they are in c:webtest. How to I establish the correct physical root on my intranet server?
View Replies !
View Related
Localhost / Home Computer
I am trying to play with ASP on my home computer. I am placing a "hello.asp" page with simple code in C:Inetpub or C:Inetpubwwwroot and running it and am getting: The page cannot be displayed. The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. I am running Windows 2000 Server, and I just stripped off Apache/ MySQL. I am not sure what I need to do to allow myself to run ASP pages on my home computer.
View Replies !
View Related
|