1 inde Sep 10, 2013 11:39
3 inde 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
4 inde Sep 12, 2013 17:47
anybody home?
5 mgsolipa 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 inde 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 inde 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
8 inde Sep 21, 2013 01:26
up
9 inde 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
10 mgsolipa Sep 23, 2013 16:02
Hello @inde,
Have you tried activating debug mode? This will show you more information about the possible source of this error.
Please review this: http://b2evolution.net/man/advanced-customization/debugging/debugging, and please attach here the output that b2evo will show you with debug information.
Thanks.
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?