
leeshields
User
Feb 29, 2004, 6:32 AM
Post #4 of 24
(25740 views)
Shortcut
|
|
Re: [carextreme] formmail help
[In reply to]
|
Can't Post
|
|
Do you mean you have placed $lfield4$ actually inside the formmail script? Or just in the form page? If you have it in the formmail script itself it is not parsed by listings manager so cannot work, if you have it in the form page it cannot work as every outgoing email address has to be setup within the formmail script, this can't be done automatically. Both parts have to match. # @referers allows forms to be located only on servers which are defined # # in this field. This security fix from the last version which allowed # # anyone on any server to use your FormMail script on their web site. # @referers = ('123.456.789.123','mywebdomain.com'); this item is the domain of the site usually # @recipients defines the e-mail addresses or domain names that e-mail can # # be sent to. This must be filled in correctly to prevent SPAM and allow # # valid addresses to receive e-mail. Read the documentation to find out how # # this variable works!!! It is EXTREMELY IMPORTANT. # @recipients = &fill_recipients('mydomain.com','sombodyelsesdomain.com'); this has to contain all the domains of people the form will email, eg hotmail.com, yahoo.com, apogeetechnology.com etc etc etc This is where your problem lies i suspect, as a user signs up, his email domain must be added here as well as in the form itself, if not the script will block it, this is a vital security measure, if not checked, anyone could send emails via your web server, very nasty (they actually have tools to search for formmail scripts to try and do this, matts original ones (1.90 and lower) are very vulnerable. Another tip is to name the script something other than formmail, like mymlscr.pl, this makes it harder to find automatically. Hope this helps Lee __ Lee Shields [url "http://www.apogeetechnology.com"]Apogee Technology[/url] [url "http://www.johnrhornsby.co.uk"]John R Hornsby[/url] [url "http://www.adelanteproperties.com"]Adelante Properties[/url] [url "http://www.villassist.com"]Villassist[/url] [url "http://www.paulswithey.co.uk"]Paul Withey Estate Agents[/url] [/blue]
|