Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.04 KB

README.rst

File metadata and controls

48 lines (28 loc) · 1.04 KB

MailDev plugin for Tutor

This plugin enables local MailDev server for Open edX development with Tutor.

Installation

pip install "git+https://github.com/raccoongang/tutor-contrib-maildev.git@VERSION"

Usage

Enable the plugin with:

tutor plugins enable maildev

Then, restart your platform and run the initialization scripts using:

tutor dev launch

Using MailDev service

The MailDev user interface will be available at http://maildev.local.edly.io:1080/ for a development instance. MailDev is a simple way to test your project's generated emails during development with an easy to use web interface that runs on your machine.

MailDev UI

Configuration

License

This software is licensed under the terms of the AGPLv3.