Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.21 KB

File metadata and controls

49 lines (29 loc) · 1.21 KB

Local email testing plugin for tutor

PyPI CI

This is a plugin for Tutor for more convenient email testing using Mailpit.

Installation

pip install tutor-contrib-mailpit

Usage

Enable the plugin:

tutor plugins 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 in the dev environment.

License

This software is licensed under the terms of the GNU Affero General Public License v3 (AGPLv3). See the LICENSE.txt file for details.