Upgraded to Moodle 3.4.1+ and gmail stopped working

Re: Upgraded to Moodle 3.4.1+ and gmail stopped working

by Daniel Tamajon -
Number of replies: 0

Hi!

I have found the problem was the variable maildomain was not defined, so you must define it on the config.php:

// Domain which acccepts email for processing
$CFG->maildomain = 'mydomain.com';