ATTENZIONE: il problema NON è risoltosemplicemente, visto che ho raggiunto il mio livello di sopportazione, ho tolto il check di controllo. Quindi il forum non dovrebbe darvi più errore anche se
le mail automatiche di notifica sono ancora non funzionanti a causa della situazione del server.
Ciao ciao
File
sources/lib/emailer.phpFIND
if ($this->mail_method != 'smtp')
{
if ( ! @mail( $this->to, $this->subject, $this->message, $this->mail_headers ) )
{
$this->fatal_error("Could not send the email", "Failed at 'mail' command");
}
}
REPLACE
if ($this->mail_method != 'smtp')
{
//if ( ! @mail( $this->to, $this->subject, $this->message, $this->mail_headers ) )
//{
// $this->fatal_error("Could not send the email", "Failed at 'mail' command");
//}
}