# EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_HOST_USER = 'ticket...@gmail.com'
EMAIL_HOST_PASSWORD = '********'
EMAIL_USE_TLS =False

 I had a conversation with go daddy. They told me to do EMAIL_HOST to the
localhost. I tired. but still it's not working.
EMAIL_HOST = 'localhost'
EMAIL_PORT = 25
EMAIL_HOST_USER = 'ticket...@gmail.com'
EMAIL_HOST_PASSWORD = '********'
EMAIL_USE_TLS =False
On Sun, 11 Jun 2023 at 13:56, Dushime Mudahera Richard <
mudaherar...@gmail.com> wrote:

> can you provide a copy of the codes you are using ?
> i would advise also to check the path in your file
>
> *Best Regards *
> *Dushime Mudahera Richard*
> *Google Crowdsource Influencer | M L Facilitator | OLS P Lead | *
> *Visit me *: My Portfolio <https://richarddushime.netlify.app/>
> *Website *: www.bluebirdsocceracademy.org
> | Open Science Ambassador | Sports | Mentorship | Leadership | Girl Child
> Empowerment |
>
>
>
> On Sun, Jun 11, 2023 at 1:28 AM Prateek Lodhi <
> prateeklodhigloi...@gmail.com> wrote:
>
>> I am trying to use email SMTP in my project. the SMTP is working properly
>> in local server but it's not working on Cpanel. Any solutions please.
>>
>> --
>> 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/337c8135-458d-4a65-b25e-445668dd46e7n%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/337c8135-458d-4a65-b25e-445668dd46e7n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> 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/CAJCm56Jztc%3Dw%3DrBjn0pqmu6k5W452L7mVRG2wR%3DmMDUqGFw2Jw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAJCm56Jztc%3Dw%3DrBjn0pqmu6k5W452L7mVRG2wR%3DmMDUqGFw2Jw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAEKYTewDBtEQ%3DH%3DzgBc1D-hvrMGf%3DjOX8ZQ_3zsZxkFJsGH40A%40mail.gmail.com.

Reply via email to