Looking for suggestion for "simplest possible" Django email-notification system
In my original website, I brought in "all of Pinax" just to do one(!) thing: to let me queue-up email message requests that would then be sent out, every fifteen minutes, by an externally executed "manage.py" command (every fifteen minutes). I have now realized the error of my ways.
And so, kindly suggest to me the SIMPLEST current-Django package which would most easily do this one thing: it lets me queue an email-only message, and it implements a "manage.py" subcommand to send them. Who has already done: "this, just this?"
(Trivial request, I know. But by now, I know it's far better to "ask the community" first ...)