Hi guys,

I am using django 1.9. I am working on requirement where we need to send
users reminder to activate their account by email after x hours h/she has
signed on our platform.

I have send_mail task and I have configured https://github.com/ui/django-rq to
send mails.

One way I can think of is to set up a cron job using
https://github.com/ui/rq-scheduler which runs every 5 mins to check for
users who signed up 6 hours before.

Is there any better way to do this ?

Thanks,
Kishan

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAC5ThKGOFyWObnZTV8VpT57eyWqEq5%2B-OaMj7L%3Dr%3Dh41bJVWXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to