Tuesday, March 5, 2024

RE: How to send email from django without authenticate smtp server

Why don't you use TLS so your connection with the server is encrypted? Port 25 is a bit ancient.



--
(Unsigned mail from my phone)



-------- Original message --------
From: Praveen Chaudhary <prabinchy1234@gmail.com>
Date: 5/3/24 04:50 (GMT+10:00)
To: django-users@googlegroups.com
Subject: How to send email from django without authenticate smtp server

Hello everyone,

Basically, I want to send the email from django using smtp server. I have my own smtp server domain host at port 25, but don't want to pass EMAIL_HOST_USER & EMAIL_HOST_PASSWORD. I am using EmailMultiAlernatives to send the html and file, I am unable to send email without EMAIL_HOST_USER & EMAIL_HOST_PASSWORD

Thank you for your help.

Prabin Chaudhary

Software Engineer

Mobile: +977-9840193890 | prabinchy1234@gmail.com 

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN9B8Z08UcPUVgcz19GNXc%2BcYeSQTEraYvGT2xrMNo_%3DmBX2_g%40mail.gmail.com.

No comments:

Post a Comment