FAQ
FAQ : Known problems
How to make emails send work with my hosting service (mail)?
You have to change "$Mailer" value at line 20 of the file /core/include/myMailer.class.php
Replace
var $Mailer = "smtp";
by
var $Mailer = "mail";
If it doesn't work, please check that you have the necessary rights for writing in the file /config/crontab.php
Back to FAQ