django-better-azure-communication-email


Namedjango-better-azure-communication-email JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/itm8-CDC/django-better-azure-communication-email
SummaryA better Django email backend for Azure Communication Email service.
upload_time2024-12-17 12:31:22
maintainerNone
docs_urlNone
authorFrederich Pedersen
requires_python<4.0,>=3.8
licenseApache-2.0
keywords django email azure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![codecov](https://codecov.io/gh/itm8-CDC/django-better-azure-communication-email/graph/badge.svg?token=L167GIRS20)](https://codecov.io/gh/itm8-CDC/django-better-azure-communication-email)

# Django Better Azure Communication Email
This is a fork from: https://github.com/retech-us/django-azure-communication-email

A Django email backend for Azure Communication Email service.

## Installation
Run the following on your system:

    pip install django-better-azure-communication-email

Then, add these settings to your Django `settings.py`:

    EMAIL_BACKEND = 'django_better_azure_communication_email.EmailBackend'

    AZURE_COMMUNICATION_CONNECTION_STRING = '...'
    # OR
    AZURE_KEY_CREDENTIAL = '...'
    AZURE_COMMUNICATION_ENDPOINT = '...'

If you prefer to use Azure Active Directory authentication, you can use the
following `settings.py` instead:

    EMAIL_BACKEND = 'django_better_azure_communication_email.EmailBackend'

    AZURE_COMMUNICATION_ENDPOINT = '...'

    # Note: make sure to set the following environment variables:
    # AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET

Now, when you use `django.core.mail.send_mail`, Azure Communication Email
service will send the messages by default.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/itm8-CDC/django-better-azure-communication-email",
    "name": "django-better-azure-communication-email",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "django, email, azure",
    "author": "Frederich Pedersen",
    "author_email": "frodo@hobbits.dk",
    "download_url": "https://files.pythonhosted.org/packages/1d/ef/e092c76c280a585f8a3fbe421d4ba54c66ca50b9bdf530624787dfbaa5f8/django_better_azure_communication_email-0.0.1.tar.gz",
    "platform": null,
    "description": "[![codecov](https://codecov.io/gh/itm8-CDC/django-better-azure-communication-email/graph/badge.svg?token=L167GIRS20)](https://codecov.io/gh/itm8-CDC/django-better-azure-communication-email)\n\n# Django Better Azure Communication Email\nThis is a fork from: https://github.com/retech-us/django-azure-communication-email\n\nA Django email backend for Azure Communication Email service.\n\n## Installation\nRun the following on your system:\n\n    pip install django-better-azure-communication-email\n\nThen, add these settings to your Django `settings.py`:\n\n    EMAIL_BACKEND = 'django_better_azure_communication_email.EmailBackend'\n\n    AZURE_COMMUNICATION_CONNECTION_STRING = '...'\n    # OR\n    AZURE_KEY_CREDENTIAL = '...'\n    AZURE_COMMUNICATION_ENDPOINT = '...'\n\nIf you prefer to use Azure Active Directory authentication, you can use the\nfollowing `settings.py` instead:\n\n    EMAIL_BACKEND = 'django_better_azure_communication_email.EmailBackend'\n\n    AZURE_COMMUNICATION_ENDPOINT = '...'\n\n    # Note: make sure to set the following environment variables:\n    # AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET\n\nNow, when you use `django.core.mail.send_mail`, Azure Communication Email\nservice will send the messages by default.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A better Django email backend for Azure Communication Email service.",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/itm8-CDC/django-better-azure-communication-email/issues",
        "Company Website": "https://itm8.com/",
        "Homepage": "https://github.com/itm8-CDC/django-better-azure-communication-email",
        "Repository": "https://github.com/itm8-CDC/django-better-azure-communication-email"
    },
    "split_keywords": [
        "django",
        " email",
        " azure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96c7829487217e0adb33116a458c4297f522ecf2e6642e5945db2d406fe379aa",
                "md5": "885b9ca76a644f0b6efe8eb9c793a7f1",
                "sha256": "1ed3fc5339d62a5772b18a5f4c6c2a0f617c84c37e5d68f413a9f4b31d178e2c"
            },
            "downloads": -1,
            "filename": "django_better_azure_communication_email-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "885b9ca76a644f0b6efe8eb9c793a7f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 10489,
            "upload_time": "2024-12-17T12:31:20",
            "upload_time_iso_8601": "2024-12-17T12:31:20.559941Z",
            "url": "https://files.pythonhosted.org/packages/96/c7/829487217e0adb33116a458c4297f522ecf2e6642e5945db2d406fe379aa/django_better_azure_communication_email-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1defe092c76c280a585f8a3fbe421d4ba54c66ca50b9bdf530624787dfbaa5f8",
                "md5": "3c0ffbf1433f5eacec0fddf9e1e4cd15",
                "sha256": "ab0d23e36ad3bca999fde090c4db1c56736362cc6977b33865326147b381542e"
            },
            "downloads": -1,
            "filename": "django_better_azure_communication_email-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3c0ffbf1433f5eacec0fddf9e1e4cd15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 8970,
            "upload_time": "2024-12-17T12:31:22",
            "upload_time_iso_8601": "2024-12-17T12:31:22.576107Z",
            "url": "https://files.pythonhosted.org/packages/1d/ef/e092c76c280a585f8a3fbe421d4ba54c66ca50b9bdf530624787dfbaa5f8/django_better_azure_communication_email-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 12:31:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "itm8-CDC",
    "github_project": "django-better-azure-communication-email",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-better-azure-communication-email"
}
        
Elapsed time: 0.61190s