cross-posted from: https://programming.dev/post/6788379
> Hi,
>
> As we might all know ( Early adopter of Lemmy ).
> Lemmy has been (also) made to give an alternative to the censor kingdom of Reddit !
> https://en.wikipedia.org/wiki/Lemmy_(software)
>
> And further more Lemmy is [fLOSS](https://en.wikipedia.org/wiki/FOSS) 😍
>
> Great ! but watch out ! we don't want that Lemmy take the same path as Reddit did ! ( hopefully this is limited as it run as a ~Federated model )
>
> Anyways, I believe to avoid censorship and jeopardize users privacy the following should be considered by Instance admins and moderators.
>
> - Avoid as possible a mandatory email to register
> Doing so is not reducing spam or whatever you're afraid !
> It's limiting users to create account that preserve their anonymity !
> If you don't know why anonymity is important I'll suggest you to dig this website to start with https://www.laquadrature.net/en/support/#chiffrement
> BTW if I couldn't be anonymous, I wouldn't write any post on Lemmy, as I'm not living in a free country !!
> Look on other instances some admin have found clever way to circumvent bots without the need of an email.
>
> - Also Lemmy don't require too much of moderation ! as any user can use the **block** feature in their options ![](https://programming.dev/pictrs/image/5dc1c53f-7478-4e1a-87a6-463c2ad9618b.png)
> so you should not censor content in behave of others !
> > If the freedom of expression is limited to the ideas that we like, it is not freedom of expression.
> [Noam Chomsky.](https://en.wikipedia.org/wiki/Noam_Chomsky_bibliography_and_filmography#Filmography)
>
> Cheers,
Hi everyone,
Before I was using [SendEmail](http://caspian.dotconf.net/menu/Software/SendEmail/) but it seem that it's not supporting TLSv1.3 :/ too bad because the SMTP server that I would like to use require it.
Do you have any solution ( Windows ) to send emails (TLSv1.3 supported) trough the [CLI](https://en.wikipedia.org/wiki/Command-line_interface)? Not powerShell ! but `CMD`
Has I found nothing, I’ve write a piece of code in Python 🐍 ! and compile it for Windows…