Re: Defining a custom email backend

2021-09-23 Thread Sujata Aghor
> Can you suggest anything about this ? > Thanks > > > On Thu, Sep 23, 2021 at 10:57 AM sum abiut wrote: > >> If you don't mind sharing your code here. >> >> cheers, >> >> On Thu, Sep 23, 2021 at 4:17 PM Sujata Aghor >> wrote: >> &g

Re: Defining a custom email backend

2021-09-22 Thread sum abiut
p 23, 2021 at 10:57 AM sum abiut wrote: > >> If you don't mind sharing your code here. >> >> cheers, >> >> On Thu, Sep 23, 2021 at 4:17 PM Sujata Aghor >> wrote: >> >>> Hello Everyone, >>> I want to use different values of - EMA

Re: Defining a custom email backend

2021-09-22 Thread Sujata Aghor
M Sujata Aghor > wrote: > >> Hello Everyone, >> I want to use different values of - EMAIL_HOST_USER & >> EMAIL_HOST_PASSWORD for each of my users. I will take those values from >> database and not from settings.py >> >> In django documentation I can see only a si

Re: Defining a custom email backend

2021-09-22 Thread sum abiut
t; settings.py > > In django documentation I can see only a single paragraph about defining a > custom email backend, which is not giving me enough ideas. > > If I Try to change value of EMAIL_HOST_USER in script, it gives me below > error - > send_mail() got an unexpected k

Defining a custom email backend

2021-09-22 Thread Sujata Aghor
Hello Everyone, I want to use different values of - EMAIL_HOST_USER & EMAIL_HOST_PASSWORD for each of my users. I will take those values from database and not from settings.py In django documentation I can see only a single paragraph about defining a custom email backend, which is not givin