My b2evolution Version: 1.10.x
When I try to send email/message to any online user or administrator, an error appeared said that PHP email sever has been disable..., I'm a beginner of all this, so pls help me solve this matter.
I used xampp software as my server platform!
Hi compakia,
XAMPP doesn't come with a mailserver. That means that you will have to use SMTP. You can do so by configuring XAMPP, espacially the php.ini where you find:
Do a Google search for the details.
B2evolution will provide a full SMTP solution in the future. From the first tests I wrote a [url=http://forums.b2evolution.net/viewtopic.php?t=14205]HOWTO[/url] to add Swiftmailer to the installation. This works very good.
So, with either solution you should be able to send mail through SMTP. If you have subsequent questions, you can always report back to this tlopic.
Good luck