Hi,
I am having problems with the contact form not sending notification emails. The contact form confirms that the email has been sent however I never receive them I have checked the email address in the form and that is correct
I am using version 1.4.1.1
ZPArdoise version 1.3
Contact form v1.4.1
Comments
PHP Version 5.2.6
Sendmail is enabled.
I am a little confused I can not seem to find the "main option"
I have set the email address at the bottomof the contact_form within options>plugins
If it does not work with a real mail address you have on your server best contact your host what to use.
On earlier php forms i had to put in the following to make it work;
ini_set("sendmail_from","xxx@xxxxxxxx.co.uk");
ini_set("SMTP","smtp.xxxxxx.co.uk");
Would this work if it was included in the code, if so where would I put it.
"If you are using a third party script to send email remember to set the sendmail_from variable (using ini_set('sendmail_from',email_from)), add the fifth -f parameter, and send the email either to, or from, a Fasthosts hosted email address".