On Fri, Apr 11, 2014 at 6:39 AM, pije76 <panju...@hotmail.com> wrote: > How to remind the users via email when their accounts are expiring based on > the time schedule (such as: 2 weeks away from deactivation & the day before > the deactivation itself).
I wouldn't bother with searching for an app. just write a custom command (https://docs.djangoproject.com/en/1.6/howto/custom-management-commands/) that queries all accounts with some apropriate conditions. for example: (expiration date <= today+2weeks) and (last email date <= today - X days) and write the email for each one (https://docs.djangoproject.com/en/1.6/topics/email/). then have cron execute that command once a day. -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFkDaoQYgsCeK7RcipZZj6%2B5MB04gsUaNqMeXMzv6%2BFa5DLY4A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.