Ouauth2 outlook email backend for Django
Project description
Django outlook email backend
Outlook api email backend for Django
Requirements
- Python 3.8+
- Django 5.0, 4.2
Installation
Install using pip...
pip install django-outlook-email-backend
Add 'OUTLOOK_CREDENTIALS'
in settings.py
OUTLOOK_CREDENTIALS = {
'OUTLOOK_CLIENT_ID': "XXXXX",
'OUTLOOK_CLIENT_SECRET': "XXXXX",
'OUTLOOK_TENANT_ID': "XXXXX",
}
Add 'EMAIL_BACKEND'
in settings.py
EMAIL_BACKEND = "django_outlook_email.django_outlook_email_backend.OutlookEmailBackend"
if you want to use json instead of mime the add the following line in in settings.py
OUTLOOK_CREDENTIALS["OUTLOOK_SEND_FORMAT"] = "json"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_outlook_email_backend-1.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0f2700d6e15b2bfac097e8c8d80235e04cedbe82763db55f969265ee02318c6 |
|
MD5 | 1c6c06fa521918163b9428687a04ce0d |
|
BLAKE2b-256 | 931fd32c2be91a601d8351b40b84826a84ca6a4861ecc51c945b7d97f5fb6d8a |
Close
Hashes for django_outlook_email_backend-1.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc4dea380f540c082212cbf37f9766260ac46ebe9c18d5eb9e6b93b79f474321 |
|
MD5 | f4754f834e6495444f9e2b98dad24e5f |
|
BLAKE2b-256 | 2771de15a2b58a5e17f6a71beef8598c0672467cd90fcfb87a51c70f64eefaa3 |