moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
373 stars 244 forks source link

Replace mailhog with mailpit #258

Closed mattporritt closed 1 year ago

mattporritt commented 1 year ago

mailpit (https://github.com/axllent/mailpit) is a more maintained mail test client with a straightforward api.

Fixes #257

mattporritt commented 1 year ago

This replaces mailhog with mailpit. It is more or less a drop in replacement.

skodak commented 1 year ago

this is a very annoying change, please do not change the contents of config.php unnecessarily, and if you do then please use more future-proof setting and docker names such as:

$CFG->smtphosts = 'mail:1025';