Recent Topics

1 Sep 10, 2013 11:39    

Bonjour à tous,

Depuis quelque temps il est impossible d'envoyer le moindre message par le "formulaire contact" et ce, quel que soit le skin.

Il est systématiquement répondu

"Désolé, le mail n'a pas pu être envoyé.
Cause possible: la fonction PHP mail() a peut être été désactivée sur le serveur."

Hors je suis sur un dédié sur lequel PHP mail() est activé.

Où se situe le problème ?

Je précise qu'il s'agit de la version 5.0.5 stable

2 Sep 10, 2013 12:01

Hi,

Can you share more details, such as screenshots or log file details?
Also, have you tested the php mail() function and checked if it is working fine?

3 Sep 10, 2013 20:14

Hi Kirsh,

1 - Checked all logs and did not find anything that would lead me to understand the cause.

2 - I tested PHP Mail() with something like

if ( function_exists( 'mail' ) )
{
echo 'mail() is available';
}
else
{
echo 'mail() has been disabled';

3 - The screen copy would not help much it does not say more than the message I already stated in my previous post

"Désolé, le mail n'a pas pu être envoyé.
Cause possible: la fonction PHP mail() a peut être été désactivée sur le serveur."

You can try it out at http://www.indeenfrance.com/index.php

And if you think of a specific log to look into just tell me and I'll check again.

Thanks

5 Sep 12, 2013 19:03

Hello @inde, I'm trying to find a possible cause of your problem but we have to discard that your server is properly sending emails. Please try out this simple code


<?php

$message = "Line 1\r\nLine 2\r\nLine 3";

// Send
mail('youremail@yourdomain.com', 'Test subject', $message);
?>

Please replace youremail@yourdomain.com for a valid email that you have access to. This could looks like to obvious, but you didn't mention in your messages if this error suddenly appears, maybe after performing some kind of change not related with b2evolution on your server.

Thanks.

6 Sep 12, 2013 22:56

Hi @mgsolipa

The three line mail was sent properly to my own email box.

According the "error" in the sent message in the B2Evo admin, it all started with the upgrade to version 5.0.X.

Yesterday, I have replaced all the files again with a fresh download of B2Evo to no avail. Could it be a chmod problem?

7 Sep 18, 2013 08:48

Hi friends, no ideas? I still can't send messages and that's pretty ennoying. Any hint would be very much appreciated. Thanks

9 Sep 23, 2013 12:12

Please, where should I look to fix this problem? What files involved? Any hint would be very much appreciated...
Thanks


Form is loading...