Skip to content

EmailBackend for Django to work with Microsoft Exchange Server

Notifications You must be signed in to change notification settings

Blueshoe/django-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Exchange

Simple EmailBackend for Django to interact with Microsoft Exchange Servers.

Configuration

Standard configuration - there is only one new setting: EMAIL_DOMAIN.

EMAIL_HOST = 'mail.example.com'
EMAIL_PORT = 25
EMAIL_HOST_USER = 'user-name'
EMAIL_HOST_PASSWORD = 'password'
EMAIL_DOMAIN = 'domain.example.com'  # This is the only new setting.

About

EmailBackend for Django to work with Microsoft Exchange Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages