Re: SMTP Authentification error

2022-04-27 Thread Lakshyaraj Dash X-D 25
Check whether you have turned on less secure apps or not. On Wed, Apr 27, 2022, 11:07 'Delvin Alexander' via Django users < django-users@googlegroups.com> wrote: > Hello everyone, > > May you please assist in informing me on what i need to do to resolve this > issue. > > - *SMTPAuthenticationErro

Re: What's the best, most recommended way for handling model field encryption and decryption? Any python or django specific libraries?

2022-04-27 Thread Muhammad Juwaini Abdul Rahman
You need to consider a few things, for example: are you okay with the trade-off that your app will be (much) slower? Unlike passwords, all those data are used (get and set) frequently. On Tue, 26 Apr 2022 at 08:45, Edchel Stephen Nini wrote: > Good day everyone, What's the best/most recommended

Re: SMTP Authentification error

2022-04-27 Thread 'Delvin Alexander' via Django users
i thought that because i had that as my variable name that i had to call upon that name. Thank you, i will give that a try. On Tuesday, April 26, 2022 at 11:33:20 PM UTC-7 jul.ale...@gmail.com wrote: > Seem pretty clear, you are calling db user and db password instead of > email and email pass

Re: SMTP Authentification error

2022-04-27 Thread 'Delvin Alexander' via Django users
okay i did both but now i am getting this error. Any clue on why? *SMTPSenderRefused at /password-reset/* *(530, b'5.7.0 Authentication Required. Learn more at\n5.7.0 https://support.google.com/mail/?p=WantAuthError w137-20020a62828f00b0050d2f9c3409sm14545822pfd.199 - gsmtp', 'webmaster@l

RE: SMTP Authentification error

2022-04-27 Thread ngallen4
I had the same issue before I resolve by Login to my Gmail account via browser on the same computer then go back to my project it works Otherwise do the followings i. Allow access to less secure app for your Gmail account ii.Make sure you don’t send bulk emails, normally

Re: SMTP Authentification error

2022-04-27 Thread Vishesh Mangla
Use Google api. On Thu, 28 Apr 2022, 10:29 'Delvin Alexander' via Django users, < django-users@googlegroups.com> wrote: > okay i did both but now i am getting this error. Any clue on why? > > *SMTPSenderRefused at /password-reset/* > > > *(530, b'5.7.0 Authentication Required. Learn more at\n5.7.

Re: SMTP Authentification error

2022-04-27 Thread Vishesh Mangla
On Thu, 28 Apr 2022, 11:02 Vishesh Mangla, wrote: > Use Google api. > > On Thu, 28 Apr 2022, 10:29 'Delvin Alexander' via Django users, < > django-users@googlegroups.com> wrote: > >> okay i did both but now i am getting this error. Any clue on why? >> >> *SMTPSenderRefused at /password-reset/* >>

Re: SMTP Authentification error

2022-04-27 Thread Vishesh Mangla
I meant Gmail api.I was also stuck with Gmail.Also may 31 onwards Gmail will block all third party apps which simply login with email and password. On Thu, 28 Apr 2022, 11:02 Vishesh Mangla, wrote: > > On Thu, 28 Apr 2022, 11:02 Vishesh Mangla, > wrote: > >> Use Google api. >> >> On Thu, 28 Apr