Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space TDDM and version 1

...

Further information can be found at https://mailcatcher.me.

Maildev

Maildev is alternative to mailcatcher solution and is easy to get started.

Install maildev via npm:

Code Block
languagebash
npm install -g maildev


Open new terminal tab and start maildev:

Code Block
languagebash
maildev


Configure your Totara instance to use maildev:

Code Block
languagephp
titleconfig.php
$CFG->smtphosts = ‘localhost:1025’;


Open maildev web interface in browser :

Code Block
http://localhost:1080/