Django hosting i am gettting this (error 101 network unrechable)

getting (error 101 network unerachable) when trying to send email for user authentication

By Awanish Yadav via Discussions on Python.org at 11Sep2022 12:45:

getting (error 101 network unerachable) when trying to send email for
user authentication

I would guess that your environment is in a container or VPC of some
kind with no network route to wherever your unknown email system is
trying to send email.

But there’s no detail about any of that in your post.

NB: please do not include screenshots if you can paste relevant test
inline between triple backticks, eg:

 ```
 Relevant code or error output etc here.
 ```

Cheers,
Cameron Simpson cs@cskk.id.au