Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 ASP Mailer
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ryan
Average Member

USA
858 Posts

Posted - 27 September 2003 :  16:46:45  Show Profile  Visit Ryan's Homepage
I have an asp mailer script on my site. I have a site which I want to be able to use this mailer on. However the site that will use the script is on geocities. When I enter the info into the fields I get an error.
Visit the site
Fill in the fields with TEST http://test.com and test@test.com and you will see the error. Here is the txt of my aspmailer.asp.
Oh and I do have the aspmailer.asp on a site that supports asp.

The Poultry Link - "Serving the best of the fancy with the best of the web"
Forum Setup Help

Doug G
Support Moderator

USA
6493 Posts

Posted - 27 September 2003 :  20:11:12  Show Profile
Without looking at any links, probably the email component you're using isn't on geocities.

======
Doug G
======
Computer history and help at www.dougscode.com
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 27 September 2003 :  20:20:44  Show Profile
What happens when you put the Flying Coop file on your ASP server ?

Can you change aspmailer.asp to Write the fields it receives ?

It is obviously erroring on the email, but has it already validated or even attempted to read the other two fields ?
Go to Top of Page

Ryan
Average Member

USA
858 Posts

Posted - 27 September 2003 :  22:30:37  Show Profile  Visit Ryan's Homepage
Same error. http://www.thepoultrylink.com/flyingcoop/
If you this is what you mean it is in the cgi-bin so it should be able to write.
I dont know.

The Poultry Link - "Serving the best of the fancy with the best of the web"
Forum Setup Help
Go to Top of Page

The Impact
Junior Member

Australia
398 Posts

Posted - 27 September 2003 :  22:38:30  Show Profile
I think he means write on the ASP file what the it receives from the form.

Example :
Response.Write   "Name = " & Request.Form("name") & "<br>"
Response.Write   "URL = " & Request.Form("URL") & "<br>"
Response.Write   "From = " & Request.Form("from") & "<br>"
Try putting that on your page up the top.

Edited by - The Impact on 27 September 2003 22:39:14
Go to Top of Page

Ryan
Average Member

USA
858 Posts

Posted - 28 September 2003 :  21:48:56  Show Profile  Visit Ryan's Homepage
Ok thanks will try when I get a chance

The Poultry Link - "Serving the best of the fancy with the best of the web"
Forum Setup Help
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 28 September 2003 :  22:19:55  Show Profile
Looking at your form:
<FORM action=http://www.thepoultrylink.com/cgi-bin/aspmailer.asp method=post>
Name of Site: <INPUT size=30 name=name><BR><BR>
URL of Site:<INPUT size=30 name=URL><BR><BR>
Reply to (address): <INPUT size=30 name=from><BR><BR><BR>
<INPUT type=submit value=Submit>
</FORM>
I would personally change the
<INPUT size=30 name=from>
to
<INPUT size=30 name=reply>
and then change the aspmailer.asp form to suit.

The error:
Error!
The following error(s) happened: 

No Reply-to address (From) for this letter 
Click on your browser's Back button to correct any mistakes in your input. Make sure you've entered correct material in the required* fields.
Looks like it is trying to find the from field but it is not there as it is already being used.

If you want to send me your files, I will look at them for you if you want.


Cheers,

David Greening
Go to Top of Page

Ryan
Average Member

USA
858 Posts

Posted - 29 September 2003 :  17:57:15  Show Profile  Visit Ryan's Homepage
quote:
Originally posted by The Impact

I think he means write on the ASP file what the it receives from the form.

Example :
Response.Write   "Name = " & Request.Form("name") & "<br>"
Response.Write   "URL = " & Request.Form("URL") & "<br>"
Response.Write   "From = " & Request.Form("from") & "<br>"
Try putting that on your page up the top.

That did it. Mucha Gracias, Senor.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07