This is a plugin for Tutor for more convenient email testing using mailpit.
pip install tutor-contrib-mailpit
Enable the plugin:
tutor plugin enable mailpit
Save the changes in the environment:
tutor config save
Run the environment:
tutor dev start -d
Check the mailpit interface at http://localhost:8025 for outgoing emails.
Note that the plugin only works on in dev environment.