Re: CUSTOM AUTH WITH CELERY WORKER FOR SENDING EMAIL

2021-06-18 Thread Kuassi Israel
But if you have already implemented a smoother and lighter process then you can tell me about it or give me some ideas. On Fri, Jun 18, 2021 at 12:20 PM Kuassi Israel wrote: > I did a custom authentication with DJANGO and in the confirmation of MAIL > and phone number I send corn and sms. It is

Re: CUSTOM AUTH WITH CELERY WORKER FOR SENDING EMAIL

2021-06-18 Thread Kuassi Israel
I did a custom authentication with DJANGO and in the confirmation of MAIL and phone number I send corn and sms. It is a platform that will be used by many customers. So I installed CELERY to manage the QUEUE of sending of sms and mail. But I could not do the right configuration so as to call the ta

Re: CUSTOM AUTH WITH CELERY WORKER FOR SENDING EMAIL

2021-06-16 Thread Nikeet NA
Can you describe in detail , sending mails is possible through celery but i am un clear about auth part. On Wednesday, 16 June 2021 at 22:31:41 UTC+5:30 kuassi...@paydunya.com wrote: > Hello Community. I would like to have recommendations on how to implement > a custom authentication with the

CUSTOM AUTH WITH CELERY WORKER FOR SENDING EMAIL

2021-06-16 Thread Kuassi Israel
Hello Community. I would like to have recommendations on how to implement a custom authentication with the use of CELERY for sending mails which will be QUEUE and managed by a workers that I will start on my server with the BROKER REDIS. Please if anyone have suggestions for me or any articles