How to send email from django without authenticate smtp server

2024-03-04 Thread Praveen Chaudhary
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_HOS

Apscheduler is not running multiple jobs

2024-02-25 Thread Praveen Chaudhary
Hello, everyone I am using an apscheduler to schedule my job in a django project. here is code def start(): """ The `start` function creates a report using a scheduler to generate and send reports based on specified sources and schedules. """ logger.info(f" Started creating report") executors =

Re: Can any one help me with this question

2023-06-22 Thread Praveen Chaudhary
i Prabin, > > Thank you, it worked when I upgraded db to 21c (oracle), thank you for > your help. Small question, can I work without migrations, some have I hate > migrations being a legacy programmer from (Cobol days). I value your > opinion. > > Thank you, > ANNADATHA. &g

Re: Can any one help me with this question

2023-06-18 Thread Praveen Chaudhary
Yes, Django migrations can work with Oracle 11.2 using the python-oracle database driver. However, it's important to note that the python-oracle package is not an official Oracle-provided driver. The official driver is called cx_Oracle, which is widely used for connecting Django to Oracle databases

Re: template css issue

2023-06-06 Thread Praveen Chaudhary
2023 at 12:23, Praveen Chaudhary wrote: > Hello Everyone, > > Hope you are doing well. I want a small favor from you guys. > Here I have attached two files. These files are the email template sent > from the django project to the outlook. The template looks correct and the > cs