Metadata-Version: 2.1
Name: django-threaded-email
Version: 0.0.1
Summary: Send an email in the background using the builtin threading module.
Home-page: https://github.com/MrThearMan/django-threaded-email
Author: Matti Lamppu
Author-email: lamppu.matti.akseli@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/MrThearMan/django-threaded-email/issues
Description: # Django Threaded Email
        Send an email in the background using the builtin threading module.
        ```
        pip install django-threaded-email
        ```
        Simple script to send email in the backround in django. Requires django's [email settings](https://docs.djangoproject.com/en/3.2/topics/email/#quick-example) to be configured properly.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
