vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.97k stars 479 forks source link

Use Mailhog for SMTP testing #450

Closed jhgv closed 3 years ago

jhgv commented 4 years ago

Is your feature request related to a problem? Please describe. Using Mailhog is a better and cleaner way to test and debug email delivery while developing. https://github.com/mailhog/MailHog

Describe the solution you'd like Remove django-naomi and place mailhog instead for email testing.