Re: Timeout error in send_mail function

2022-07-05 Thread Yeboah Dominic
This is due to a poor network. On Mon, 4 Jul 2022 at 22:29, K Wong wrote: > If you know that Django is trying to send the email then the problem lies > in the local operating system and the network. > > If you are developing on windows then the windows firewall might be > blocking you. If you ar

Re: Timeout error in send_mail function

2022-07-04 Thread K Wong
If you know that Django is trying to send the email then the problem lies in the local operating system and the network. If you are developing on windows then the windows firewall might be blocking you. If you are at home then your router might be blocking you. If you are trying to send outside

Timeout error in send_mail function

2022-06-23 Thread Sona Sivasundari
Hi. I'm working on a project with django and django rest framework. In one of my views, I tried implementing a simple send_mail, but it gives me a TimeOut error. I configured the settings (Email backend as smtp, email host, password, ...), and also alowed my email to accept 'less secured apps',