{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/5"}],"enrichment":{"capability":"django-naomi is a Django email backend that intercepts outgoing emails and displays them in your web browser instead of sending them via SMTP, useful for development and debugging.","skillfed_tags":["django-email-dev","abandoned"],"use_cases":["Debug email formatting and content during local development without access to a working SMTP server.","Preview transactional emails (password resets, confirmations, notifications) before they reach users.","Inspect email attachments and verify they are generated correctly without sending test messages.","Develop and test email-heavy features in isolated environments where external mail services are unavailable."],"what_it_does":"django-naomi replaces Django's default email backend to capture outgoing emails and serve them as viewable messages in your web browser instead of sending them through SMTP. This is designed for development environments where you want to inspect email content without a working mail server or to debug message formatting. Emails are stored as files in a configurable temporary directory, and attachments are displayed as links.\n\nThe package requires only Django and a writable directory on disk; it has no external runtime dependencies. Setup involves adding 'naomi' to INSTALLED_APPS, setting EMAIL_BACKEND to the NaomiBackend class, and specifying an EMAIL_FILE_PATH directory. Once configured, every email your Django application sends is intercepted and made available for inspection in the browser instead of being transmitted.","worth_installing":"No. The package is abandoned (last release 2015-08-15, last commit 2019-12-12) and targets obsolete Python versions (2.6\u20133.4). Compatibility with modern Django and Python is unverified. For current projects, use actively maintained alternatives."},"id":"django-naomi","links":{"html":"https://skillfed.io/packages/django-naomi","md":"https://skillfed.io/packages/django-naomi.md","pypi":"https://pypi.org/project/django-naomi/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2015-08-15","license_spdx":null,"license_treatment":"permissive","name":"django-naomi","python_support":"unspecified","summary":"Email backend for Django. Preview your email in browser instead of sending it."},"popularity":{"monthly_downloads":115421,"position":12250,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.8"}
