Metadata-Version: 2.1
Name: djangofobi-email-router
Version: 1.1.0
Summary: A django-fobi handler plugin to send the content of a form to different e-mails addresses, depending on a value of a form field.
License: GPLv3
Author: KAPT dev team
Author-email: dev@kapt.mobi
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Django (>=1.11)
Requires-Dist: django-fobi (>=0.17.0,<0.18.0)
Description-Content-Type: text/markdown

# Django fobi email router

A django-fobi handler plugin to send the content of a form to different e-mails addresses, depending on a value of a form field.

## Install

1. Install module
   ```bash
   python3 -m pip install djangofobi-email-router
   ```

2. Add it to your INSTALLED_APPS
   ```
   "djangofobi_email_router",
   ```

3. Create a fobi form with at least one choice field (select, select multiple, checkbox select multiple or radio)
4. Add an `E-mail router` handler, fill in the name of your choice field and the e-mails corresponding to the different possible values

### Requirements

* `django-fobi`

## Screenshot

![preview djangofobi-email-router](https://gitlab.com/kapt/open-source/djangofobi-email-router/-/raw/main/preview.png)

