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: 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'),

-- 
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+unsubscr...@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.

Reply via email to