Suggestion of Django "email queue" package for current versions? [closed]
I found the django-mail-queue
and django-email-queue
packages, which are several years old yet appear to be well-used. But, as recently discussed here moments ago, I ran into unexpected migration issues. (And, with help very-quickly found right here, I think solved them.)
But I'd like to ask if anyone has a better suggestion – for current Django, current MySQL and so-on. "I just want: 'It Just Works.™'" No migration quibbles, and so on.
I want to simply be able to queue email-only messages and then send them with a periodically-scheduled 'manage' subcommand. That's it, that's all. The above-cited packages will work for me, but the migration issue startled me.