Re: Email Sending In Django not working

2023-01-24 Thread It's Aladdin
msung Galaxy smartphone. >> >> Original message ---- >> From: Lakshyaraj Dash >> Date: 14/11/2022 13:16 (GMT+01:00) >> To: django-users@googlegroups.com >> Subject: Re: Email Sending In Django not working >> >> Please watch this v

Re: Email Sending In Django not working

2022-11-14 Thread peteru mimo
Dash >> Date: 14/11/2022 13:16 (GMT+01:00) >> To: django...@googlegroups.com >> Subject: Re: Email Sending In Django not working >> >> Please watch this video and ensure that you've properly configured the >> port numbers also your email address and p

Re: Email Sending In Django not working

2022-11-14 Thread Lakshyaraj Dash
aj Dash > Date: 14/11/2022 13:16 (GMT+01:00) > To: django-users@googlegroups.com > Subject: Re: Email Sending In Django not working > > Please watch this video and ensure that you've properly configured the > port numbers also your email address and password. > *Note: Your e

Re: Email Sending In Django not working

2022-11-14 Thread peterumimo2
I have watched the video please the app name must be any name or your project nameSent from my Samsung Galaxy smartphone. Original message From: Lakshyaraj Dash Date: 14/11/2022 13:16 (GMT+01:00) To: django-users@googlegroups.com Subject: Re: Email Sending In Django not

Re: Email Sending In Django not working

2022-11-14 Thread Lakshyaraj Dash
Please watch this video and ensure that you've properly configured the port numbers also your email address and password. *Note: Your email password should be the app password generated no your actual Gmail password* https://youtu.be/uVDq4VOBMNM On Mon, Nov 14, 2022, 17:41 peteru mimo wrote: >

Re: Email Sending In Django not working

2022-11-14 Thread peteru mimo
I have done all this still not working On Wednesday, November 9, 2022 at 4:34:49 PM UTC+1 dashlaksh...@gmail.com wrote: > Even if Google has stopped the support, emails can be still sent using two > step verification and generating app passwords after enabling two step > verification. Please u

Re: Email Sending In Django not working

2022-11-09 Thread Ahmed omar miladi
: Re: Email Sending In Django not working Google hast stopped less secure apps, so u cant send email messages anymore with ur email and password, U will have to find some other way of sending mails. On Wed, 9 Nov, 2022, 16:26 peteru mimo, mailto:peterumi...@gmail.com>> wrote: Good day t

Re: Email Sending In Django not working

2022-11-09 Thread Lakshyaraj Dash
Even if Google has stopped the support, emails can be still sent using two step verification and generating app passwords after enabling two step verification. Please update you email password with the generated app password. Steps: 1. Go to manage my Google account 2. Go to security tab 3. Enable

Re: Email Sending In Django not working

2022-11-09 Thread It's Aladdin
Google hast stopped less secure apps, so u cant send email messages anymore with ur email and password, U will have to find some other way of sending mails. On Wed, 9 Nov, 2022, 16:26 peteru mimo, wrote: > Good day team, > > I have been facing this challenge in sending mail in django > > here is

Re: Email Sending In Django not working

2022-11-09 Thread Jitendra kumar Patra
Please use int type EMAIL_PORT = 587 On Wed, 9 Nov, 2022, 16:42 peteru mimo, wrote: > EMAIL_PORT = '587' > > On Wed, Nov 9, 2022 at 11:56 AM peteru mimo wrote: > >> Good day team, >> >> I have been facing this challenge in sending mail in django >> >> here is the error *"A connection attempt f

Re: Email Sending In Django not working

2022-11-09 Thread Lakshyaraj Dash
It's more likely that google is not accepting the credentials you are providing or else the smtp server has just hung up due to several requests. You can do it without using the django.core.mail. I've written an article recently on dev.to https://dev.to/codewithlaksh/how-to-send-emails-using-pytho

Re: Email Sending In Django not working

2022-11-09 Thread peteru mimo
EMAIL_PORT = '587' On Wed, Nov 9, 2022 at 11:56 AM peteru mimo wrote: > Good day team, > > I have been facing this challenge in sending mail in django > > here is the error *"A connection attempt failed because the connected > party did not properly respond after a period of time, or established

Email Sending In Django not working

2022-11-09 Thread peteru mimo
Good day team, I have been facing this challenge in sending mail in django here is the error *"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond"* *Code* def sen