I am trying to get a php feedback form to work on a site. I have no control over the server as it is operated by a 3rd party.
The form is here at the moment
I use the php feedback form successfully on a lot of sites.
can anyone offer any help. Will the form send to a hotmail account OK.
It’s just that my customer is having trouble with the people operating the server and we just need the form to work to make site live. They say PHP5 is enabled on the site.
The PHP the action creates will pass the mail off for sending by
SendMail on the server. If the server rejects the outgoing mail (for
whatever reason) then the PHP will pass the user over to the error
page. It’s worth checking with the host how they expect you to send
emails like this with PHP. Once you have a sample of the code that
will work on the server we can then compare that to the options in the
action and see if one of them will fit the bill.
Regards,
Tim.