Password reset email never arrives

Ats.: Password reset email never arrives

by Andrius Šiurys -
Number of replies: 1

Hi, 


I'm using Moodle 2.5.2 version and there is the same problem. Can you, Lev, or someone else help?

In reply to Andrius Šiurys

Re: Ats.: Password reset email never arrives

by Marc McLain -

Here's what fixed our problem (Moodle 2.7)

In the config.php there is a line of code:

$CFG->noemailever that was set to true. Once we commented this line of code out (or set the variable to true) we started receiving the emails.

This was after we did everything to ensure our email settings and cron were working properly.