Emali Response From the Django server.

28 views
Skip to first unread message

Prateek Lodhi

unread,
Jul 11, 2023, 6:57:33 AM7/11/23
to django...@googlegroups.com
Hi,  
     I am trying to send a mail to the end user after the user successfully password reset to the webapp, and I have completed the module for it, and it's working fine in the local server but when I upload the application into the server and try to run that functionality. It shows  
image.png
This is the error message which I am facing.
I am using built in auth.views for rest password and all.
I am using Cpanel as a hosting server.
I had a talk with godaddy and they told me to set the smtp host to the local server and smtp port to 25, i did that but still it's not working. Before this I was using smtp.gmail.com as SMTP host and 568 as port.
EMAIL_HOST = 'localhost'
EMAIL_PORT = 25
EMAIL_HOST_USER = '*********************'
EMAIL_HOST_PASSWORD = '****************'
EMAIL_USE_TLS =False
URL:
  path('password-reset-form/',auth_views.PasswordResetView.as_view(),name='password_reset'),

Makan Dianka

unread,
Jul 11, 2023, 10:48:16 AM7/11/23
to django...@googlegroups.com
Your email or password is incorrect. If u use Google email such Gmail. You need to have a token. Google no accept password.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEKYTexZWREo5KOO%2BVVK99BEHmkEm4svp1fAQ9%2BOJ6H7J5-Ygw%40mail.gmail.com.

Prateek Lodhi

unread,
Jul 11, 2023, 10:55:19 AM7/11/23
to django...@googlegroups.com
I am using the app password for the email, as I said it's working on a local server. but it's not working on hosting server.

Kasper Laudrup

unread,
Jul 11, 2023, 8:38:34 PM7/11/23
to django...@googlegroups.com
On 11/07/2023 12.54, Prateek Lodhi wrote:
> I am using the app password for the email, as I said it's working on a
> local server. but it's not working on hosting server.
>

Never used CPanel but this should tell you everything you need to know
to get it working:

https://support.cpanel.net/hc/en-us/articles/1500006454042-How-to-configure-an-SMTP-connection-for-PHP-and-other-scripts-and-websites

Kind regards,
Kasper Laudrup
OpenPGP_0xE5D9CAC64AAA55EB.asc
OpenPGP_signature
Reply all
Reply to author
Forward
0 new messages