Hey folks, I just visited BrainJar.com, they have an easy step-by-step tutorial on ASP mailforms...but I do some questions...
I have a free webpage from geocities (at the moment), how can I find out what the mailComp ,smtpServer are?? Does anyone know if Geocities uses ASPMail or CDONT's or JMail?? Or another kind?? Accoriding to BrainJar.com those parameters are required
This is what they have on their site:
...
I understand what the referers does but what about the other three?? The fromAddr what addy do I put in there?? My email address where the form is going to??
And how can I test it to make sure the script works?? Is it read by the browser or do I have to do something else??
Thanks for any and all the help people...
I have not failed; I merely found 100,000 different ways of not succeding...
I have a free webpage from geocities (at the moment), how can I find out what the mailComp ,smtpServer are?? Does anyone know if Geocities uses ASPMail or CDONT's or JMail?? Or another kind?? Accoriding to BrainJar.com those parameters are required
This is what they have on their site:
Code:
referers = Array("[URL unfurl="true"]www.brainjar.com","brainjar.com")[/URL]
mailComp = "ASPMail"
smtpServer = "mail.brainjar.com"
fromAddr = "guest@brainjar.com"
I understand what the referers does but what about the other three?? The fromAddr what addy do I put in there?? My email address where the form is going to??
And how can I test it to make sure the script works?? Is it read by the browser or do I have to do something else??
Thanks for any and all the help people...
I have not failed; I merely found 100,000 different ways of not succeding...