https://github.com/datopian/ckanext-moeiemailer
https://github.com/datopian/ckanext-moeiemailer
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/datopian/ckanext-moeiemailer
- Owner: datopian
- Created: 2024-04-24T14:03:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T08:14:18.000Z (about 2 years ago)
- Last Synced: 2025-07-02T11:13:43.522Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Moei Mailer for Office 365
Overide default ckan emailer
env to set
```
CKANEXT__MOEIEMAILER__CLIENT_ID=ffff-fff
CKANEXT__MOEIEMAILER__CLIENT_SECRET=ff-ffff-fff
CKANEXT__MOEIEMAILER__TENANT_ID=ff-fff-ff
CKANEXT__MOEIEMAILER__MAIL_FROM=ff-fff-fff
```
To ensure the mailer is overide, make moeimailer the first plugin
```
ckan.plugin = moeiemailer
```