I have created a website with a contact form, but the email does't seem to be getting to certain email addresses, It gets through to mine and to the clients personal email but not the clients work email which is clientname@sullyco.co.uk and I can't work out why it doesn't go to that email address when normal emails go through fine
Apache's error log depends on the host you are using. Either check via ftp for a logs directory, or in the directory your script is located, or if your host provides you with a control panel that might have a logs section.
If it is not absolutely necessary I wouldn't define a From Email address. This causes some spam filters to go wild if the server is not set up correctly. For example, you could state the email came from whitehouse.gov and the mismatch between where you say it came from and where it actually does is a major warning sign for spam and phishing emails, which are treated as they should be by security software.
the site is www.sullyco.co.uk if that helps
Thanks
Matt
Yeah this is the contactenging.php with the email addresses changed
:mrgreen:
If it is not absolutely necessary I wouldn't define a From Email address. This causes some spam filters to go wild if the server is not set up correctly. For example, you could state the email came from whitehouse.gov and the mismatch between where you say it came from and where it actually does is a major warning sign for spam and phishing emails, which are treated as they should be by security software.