Formmail :: The SendUsing Configuration Value Is Invalid
Can someone please help with this, I am receiving this error from my simple form:
CDO.Message.1 error '80040220'
.
The "SendUsing" configuration value is invalid
/scripts/formmail.asp, line 19
Here is the asp script I'm using:......
View Replies
ADVERTISEMENT
i am testing the sending email when u submit a form .. but i am getting an error:
<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Email Send"
myMail.From="quince_103@hotmail.com"
myMail.To="qb_103@hotmail.com"
myMail.TextBody="This is a message."
myMail.Send
response.redirect("index1.asp")
%>
the error is:
Error Type:
CDO.Message.1 (0x80040220)
The "SendUsing" configuration value is invalid.
/middle/email.asp, line 7
line 7 is ==> myMail.send
so what shell i do .. ?
View Replies
View Related
Trying to send email via a form from my website. Have to use .asp and I have
been round and round the houses trying to get this to work.
On my xp pro system using IIS this works - an email appears in the folder
When it is hosted I get this error message. I understood that I didn't need
to set up any details about the host of the website. Lots of seaches suggest
putting in the smtp address but I am not sure what to do. I have also seen a
lot of talk about CDO.configuration but again despite searching I can't find
out what to do.
CDO.Message.1 error '80040220'
The "SendUsing" configuration value is invalid.
/version1/contact/email3.asp, line 51
Here's a cut down version of my page....
View Replies
View Related
I creade a project where the user was able to sent e-mails it was working ok until I format my PC. After the format i installed again windows 2000 but i beleve is a diferent version that the previuse one and the e-mails now can not be sent the error that i get is that:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: The "SendUsing" configuration value is invalid. Source Error: Code:
View Replies
View Related
I found what looks like a great ASP alternative to Matt's Script FormMail.pl. I downloaded the code from BrainJar.com. There are only four variables that must be set to make the code work: referersmailCompsmtpServerfromAddr
I did what the code instructed me to do but the code won't work. I'm getting an error message on submission that says:
"Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument
/scripts/formmail.asp, line 408"
I have attached both the .ASP code that I am using and the html code so hopefully a wonderfully smart programmer can give me some assistance. Code:
View Replies
View Related
Some people have been reporting to me that they can't submit info using FormMail.asp when they have a personal firewall enabled. They're getting "No referer" errors. I believe the firewall programs are blocking the header info. How can I fix/work around this?
View Replies
View Related
At the moment i has a quote form and it sends the details back to me. using frommail.
I was wondering how i could then send an e-amail to the person that filled in the quote thanking them....
View Replies
View Related
I'm trying to use a form where a site visitor can chosse several items and submit their e-mail address. The form should then send the visitor the items they selected as e-mail attachements and mail the form's contents to the website owner's e-mail.
Can anyone recommend a way to do this using ASP.
I have access to aspFusion's advSMTP component on my hosting service, but neither they nor aspfusion provide any documentation with examples of how to use it.
View Replies
View Related
I've used this script many times before, but for some reason it isn't working. I need another set of eyes to look over it. What's happening is, the page will submit and attempt to goto the thankyou page, but it never makes it through the form process.Files are attached. You'll probably have to replace some lines with your own server info.
View Replies
View Related
My formmail.asp results get mailed to me, with a bunch of extra characters like +'s and %'s in them..so that I can hardly read the results. I know absolutely zero about ASP but I really need this fixed.
If anyone is feeling bored..maybe you could help me out..I dont know what the problem is, but I'd just like to send the script to someone for fixing.
View Replies
View Related
How can I send asp formmail (im using ASP form mail BETA) without it being filtered as junk?
View Replies
View Related
I am running into the same problem. Has a fix been found for this yet? I guess I will just comment out the referrer check until this is addressed. I can't run the risk of turning customers away because the forms don't work.
View Replies
View Related
I've just tranferred a clients website to differnet windows hosting server and his formmail.asp no longer works. When the submit button is pressed it creates a 500 internal server error.
View Replies
View Related
Can anyone help me with asp code for my form that enables sending a confirmation/courtesy e-mail back to the form submitter?
View Replies
View Related
Hi. We have an old ugly application that uses ASP 3.0.
We had to move it to another server recently (basically by copying it
and setting up in IIS), and as we did, we started experiencing
problems with VB.
The code that somehow worked on the old server produces errors. The
most frequent example is
If Request("ddlFilter") then ....
It worked on the old server, now it gives us a type mismatch error.
Also, the errors about index not being in the collection (such as
recordset column) were swallowed (didn't occur) before and now they
actually occur, overall it's like VB went to "strict mode" or
something.
How do we make it lax again? Rewriting all that legacy code will be a
pita
View Replies
View Related
I am trying to configure a new site with IIS. I set up the virtual directory.
When I tried to view it, by typing the ip addr. it does go to the index.shtm,
but goes to another page.
Then when I tried to view the index.shm it shows only the html content. It
gives a file not found error for the Virtual Incude (asp ) files. Is there
something to be done to view the virtual include files?
View Replies
View Related
I'm using ASP to design a website. I know that I can keep some configurable values, such as Server Name, Database Name and even Login Username and Password in "web.config" under ASP.Net. As to ASP, is there a way like this? I'm curious about where to keep them.
View Replies
View Related
I have looked everywhere for asp code that would allow me to change the look of my IIS server generated directory listings. Eventually, I would love to change what is listed dynamically based on permissions, and allow uploading in the current directories.
View Replies
View Related
I think this error that I am receiving is a simple one to resolve.
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
I have downloaded and installed the latest version of MDAC but the error remains.
I am attempting to configure IIS on a different drive ( E:inetpubwwwroot, instead of c:inetputwwwroot ). Could it be that SQL, ASP and IIS just have trouble talking across multiple drives? ( I have sql installed on a third drive ).
View Replies
View Related
We use the following configuration on our development environment:
Server - win2k spk4
Local Computer - win2k spk3
We use the following code on the server to access a page on the local
IIS :
Set objSrvHTTP = Server.CreateObject ("MSXML2.ServerXMLHTTP.4.0")
strUrl = "http://" & strLocalComputer & "/maoz/ShowRecNum.asp"
objSrvHTTP.open "GET", strUrl , false
objSrvHTTP.send()
lngRecNum= objSrvHTTP.responseText
set objSrvHTTP = nothing
When strLocalComputer contains the local computer name, we get the
requested page. But if we use the IP address of the local computer we
get the error :
msxml4.dll (0x80072EE7)
The server name or address could not be resolved.
We manage to run the URL with the IP address from a browser on the
server but not from a browser on the local computer. Any ideas ?
View Replies
View Related
I am trying to create a product configuration tool and I'm not sure where to start. I have made a database with 4 columns..ID, component, compdescription and compcode. There are 8 different componets to configure on the product and the compcode holds the letters and numbers that eventually make up the part number when you make all your selections.
I want to be able to select one thing from each component category and submit to the database which will return a part number. I thought the easiest way to do this would be with 8 different drop down menus filled with all the options for that component category.
View Replies
View Related
i have downloaded the elijathegold's flexisearch coding, but when i create the database and the table DisWords, and change the database connection from
DBConn.Open "YOUR DATABASE CONNECTION STRING"
to
DBConn.open = server.Mappath("/flexisearch/new.mdb")<-line 54
an error message pop up and shown
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name too long
/flexisearch/flexitestbed.asp, line 54, hope the creator elijathegold or someone else have tried this fleixsearch can help me with this, thx a million
View Replies
View Related
when I tried to run my ASP,I'm getting an error and to fix it, I need to run the configuriation file.but tnsping is not installed proper it seems.So can any one plz tell me the procedure to regenerate the oracle control files on WinXp?
View Replies
View Related
Everything appears to be (mostly) there, with one significant annoying
exception. I've set up "mydomain.net" as a forward lookup zone in the DNS
console.
I've set up admin and www as hosts, so that I have subdomains: people can
visit www.mydomain.net and admin.mydomain.net without a problem.
I have each of these listed in IIS as host headers entries, so that the
webserver correctly differentiates the traffic. This all seems to work fine.
People can go to http://www.mydomain.net/index.html and they're served a
webpage. Code:
View Replies
View Related
I'm using formmail.asp which is an emailing utility. Basically, the user
fills out a request page, clicks "Submit" and the page posts to formmail.asp
which emails the user information.
I'm running IIS5 on a Win2k server box and recently ran the Windows Updates
(the last time I do that). Anyway, that emailing form doesn't work now on
any of the sites I host. Any ideas?
View Replies
View Related
I am having a problem here to send my asp form to my email! I am using CDONTS under w2k and IIS! when i submit the form, all of the message (that suppose to go to my email), went to the queue folder under wwwroot!! nothing appear to my yahoo email also...
that means that my script is working...but only the configuration is need to be adjust here!
the thing is that i dont know how to configure, setup or setting the configuration for Exchange server! since my organization uses exchange server instead of the SMTP!
View Replies
View Related
I wasnt really sure where to put this thread so I have put it in both ASP and DNS forums - i hope this is ok. My problem feels incredibly complicated so Im hoping that someone on one of the forums might know a few things .
Im interested in getting remote data off of a URL using ASP. There is an article about it at the URL below: Code:
View Replies
View Related
I have a ASP page on my web Site that has the following code in it.
Response.Redirect ("Validation.asp?BookingNo=45656756")
This code works fine most of the time. I have found cases when the browser drops the file extension of of the file leaving the Url as something like "Validation?BookingNo=45656756" and of course the browser then fails to find the correct web page. I have noted that the problem has occured you a user that is using Safari on a late Version Mac.
other people that have had the problem have also used Macs but I'm not sure what browser they used. Is there something wrong with my code or are these people just using shit browsers that are not worth me worring about. Is there a better way to redirect the user with some other code.
View Replies
View Related
What I have is the database looking up a fieldname by an "Action" statement. I would like to be able to redirect the page if that fieldname does not exist. Code:
View Replies
View Related
I am passing a XML to SP, and SP in return send XML back. When I comment out sp_xml_preparedocument (XML reading block) in SP, ASP is taking returning XML as valid, but, if I uncomment input XML reading block, ASP is giving following error: Code:
View Replies
View Related
I'm trying to create a table in a new Access database, but the line in the code that says
catDB.Tables.Append tblNew
provokes this error:
Microsoft JET Database Engine error '80040e3c'
Table ID is invalid.
Could this be a permissions problem? It's a brand-new hosting account, brand-new directories, etc. The DDL code that created the database ran successfully, but now I can't create a table in that database.
View Replies
View Related
parsing a large .txt file, using a user entered string to find all matches within... Code:
View Replies
View Related
It has been said that When attempting to load an XML file saved as UTF-7 (a transfer encoding format for Unicode), the XML parser in Internet Explorer generates the following error message: Invalid at the top level of the document. The same error also occurs when using the MSXML parser from server-side or client-side script.
I am getting this error when I use MSXML 3.0 as reference in a VB DLL function called by a ASP file.
View Replies
View Related