>> *From: *Kishan Mehta
>> *Sent: *Wednesday, August 17, 2016 4:35 PM
>> *To: *django...@googlegroups.com
>> *Subject: *Send mail after x hours
>>
>>
>>
>> Hi guys,
>>
>>
>>
>> I am using django 1.9. I am working on requirem
esday, August 17, 2016 4:35 PM
> *To: *django-users@googlegroups.com
> *Subject: *Send mail after x hours
>
>
>
> 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
I’ll suggest you to use some background task runner. Celery will work great for
you as it is developed for Python and work on multiple platform with multiple
types of message queues.
Sent from Mail for Windows 10
From: Kishan Mehta
--
You received this message because you are subscribed to th
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
4 matches
Mail list logo