Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesramm/wagmail
Build, template, send & schedule emails from Wagtail
https://github.com/jamesramm/wagmail
django email python wagtail
Last synced: 14 days ago
JSON representation
Build, template, send & schedule emails from Wagtail
- Host: GitHub
- URL: https://github.com/jamesramm/wagmail
- Owner: JamesRamm
- License: agpl-3.0
- Created: 2017-03-24T21:57:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T20:29:29.000Z (over 7 years ago)
- Last Synced: 2024-12-19T19:02:46.679Z (24 days ago)
- Topics: django, email, python, wagtail
- Language: Python
- Size: 43 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
Wagmail
=============================Create, send and schedule emails from the Wagtail admin.
This project is in the very early stages of development and not yet ready for use!
The overall aims of this project are to do the following from the Wagtail admin:
* Allow emails to be written and sent to registered users
* Allow email templates (i.e. django templates) to be created
* Allow templates to be rendered and sent automatically on specific signals to
- all users
- predefined selection of users
- email address' passed in via custom receivers/hooksEmail Templates
---------------- Allow templates to be written in rich text in the admin.