moodlehq / moodle-docker

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

Switch to maintained multi-arch fork of mailhog/mailhog #255

Closed stronk7 closed 1 year ago

stronk7 commented 1 year ago

Note that mailhog seems to be not much supported nowadays:

And there are a bunch of alternatives, also supporting multi-arch docker images and some more stuff:

Surely we should move to one of them at some point.

mattporritt commented 1 year ago

Hi @stronk7 , I've tested this on an x86 and arm cpu machine. Multiarch works. I've also tested mailhog itself and it still works. Merged.

Cheers, Matt P

mattporritt commented 1 year ago

Also I think we should use mailpit. This is maintained, has multiarch containers and we've been using it internally for some testing to add better automation to behat tests.