Metadata-Version: 2.1
Name: mallgo-email
Version: 0.3.0
Summary: This is a library developed by the Inkremental team in order to use integrate the mallgo-email-service on django projects.
Author-email: Inkremental SAS <tecnologia@inkremental.co>
Project-URL: Homepage, https://inkremental.co
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# MallGo Email Service

This is a library developed by the [Inkremental team](https://inkremental.co) in order
to use integrate the mallgo-email-service on django projects.

## Usage

### Install the library

```bash
pip install mallgo-email
```

### Add the library settings to your django project

```python
# settings.py
EMAIL_BACKEND = 'MallGoEmail.backend.MallGoEmailBackend'
MALLGO_AUTH_KEY = "MALLGO_AUTH_KEY"
```

### Django compatibility

| Django version   | Library version |
|------------------|-----------------|
| 2.0 - <3.0.0     | 0.2.x           |
| 3.0 <=           | 1.x.x           |
