-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create New Email From Django Admin #454
Comments
I got it to work with code below. If this was added as part of the default package I think it would make a lot of sense. urls.py
admin.py
forms.py
|
I'd welcome a PR for this :) |
Sounds good, I think I could get around to it before the end of the year. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd really appreciate if there was a way to create a new email (not template) from the django admin. So one could send out a new newsletter at any time. Just something super simple to not have to use code.
When trying to set this up I get error that Email model is already registered in admin:
In essence; with django post_office how to send emails manually from admin website and not with application logic?
The text was updated successfully, but these errors were encountered: