Re: SMTP Not working In Cpanel Production server.

2023-06-11 Thread Prateek Lodhi
# 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.

Re: SMTP Not working In Cpanel Production server.

2023-06-11 Thread Dushime Mudahera Richard
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 *Website *: www.bluebi

Re: SMTP Not working In Cpanel Production server.

2023-06-11 Thread ome chukwuemeka
what did you use as your email host? if you used mail.example.com, try to change it to localhost [image: Mailtrack] Sender notified by Mailtrack

SMTP Not working In Cpanel Production server.

2023-06-10 Thread Prateek Lodhi
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 em