Contact form error [solved]
Posted: Mon Jun 25, 2007 9:44 am
Hi everybody !
I've got a problem with the contact_form plugin. I write this simple line in a page :
{contact_form email="contact@nomdedomaine.com"}
When I use it, I've the error message :
"Sorry, the message was not sent. The server may be down!"
I've written a little php script to test the php function "mail" :
if (mail("contact@nomdedomaine.com", "test msg", "ok", "From: Toto \r\n")) {
echo 'Votre message a ete envoyé avec succes.';
return;
}
else {
echo 'Probleme';
}
I put it and ran it in the directory "plugins" and it's OK, this script sends mails.
So, I really don't understand where is the problem with contact_form...
If someone can help me, thanks a lot !
Olivier.
I've got a problem with the contact_form plugin. I write this simple line in a page :
{contact_form email="contact@nomdedomaine.com"}
When I use it, I've the error message :
"Sorry, the message was not sent. The server may be down!"
I've written a little php script to test the php function "mail" :
if (mail("contact@nomdedomaine.com", "test msg", "ok", "From: Toto \r\n")) {
echo 'Votre message a ete envoyé avec succes.';
return;
}
else {
echo 'Probleme';
}
I put it and ran it in the directory "plugins" and it's OK, this script sends mails.
So, I really don't understand where is the problem with contact_form...
If someone can help me, thanks a lot !
Olivier.