Re: SMTP Authentification error

2022-05-01 Thread Antonis Christofides
If some emails are emails are disappearing, you may get ideas on how to fix it from https://djangodeployment.com/2017/01/18/why-does-django-not-email-me-the-500-internal-server-error/ On 02/05/2022 07.33, 'Delvin Alexander' via Django users wrote: Improvements! i fixed my settings.py file and n

Re: SMTP Authentification error

2022-05-01 Thread Mohammad Anarul
EMAIL_HOST = smtp.gmail.com EMAIL_HOST_USER = your-email EMAIL_HOST_PASSWORD = your-email-password EMAIL_PORT = 587 EMAIL_USE_TLS = True EMAIL_BACKEND = django.core.mail.backends.smtp.EmailBackend DEFAULT_FROM_EMAIL = your-email On Mon, May 2, 2022 at 10:33 AM 'Delvin Alexander' via Django users <

Re: SMTP Authentification error

2022-05-01 Thread 'Delvin Alexander' via Django users
Improvements! i fixed my settings.py file and now i do not get the error. The only problem is that for my email, i do not get the email notification to reset my password. Any clues to this? On Sunday, May 1, 2022 at 4:08:46 AM UTC-7 Mahendra Yadav wrote: > I Know this solution charges are appli

Re: Python Question re Executing a Script (Mike)

2022-05-01 Thread Mike Dewhirst
On 2/05/2022 10:31 am, Brent Hunter wrote: Hello Mike, Thanks for your reply.  My apologies, I should have provided more background information. I was recently running a Windows 10 machine and I believe it was running Python 3.8.  All I did was create a batch file titled Start-AIG.bat whic

Re: Show only remaining books instead of all books

2022-05-01 Thread DW K
You have shared very little which means I will make some assumptions about your specific implementation need. I see you have a Book model that has total number of books. I imagine you want to *minus* or *add *to the total number of books every time a book is borrowed or new books are added to th

Re: SMTP Authentification error

2022-05-01 Thread Mahendra
I Know this solution charges are applicable if you want? Mahendra Yadav On Wed, 27 Apr 2022, 11:08 am '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. > > - *SMTP

Re: SMTP Authentification error

2022-05-01 Thread Hassan Bashir
Hi Dear, Good Afternoon. Dear these settings are used for only email host and password these variables are not valid for db_user or db_password. see the image below. Also make sure you smtp is enabled in that email which email you are using settings.py ok hope got this ? On Sat, Apr 30, 2022 at 12