Files
hyzendust.github.io/content/services/email-account.md
2026-06-21 13:30:07 +05:30

1.1 KiB

+++ draft = false title = 'Email' weight = 1 registration-needed = true summary = 'Get a private email account.' +++

Email ID:

Password: Use the same password that you used during registration.

Big corporate email providers read and scan every message that passes through their servers. Your emails become training data and ad-targeting fuel.

We provide this service because email privacy shouldn't be a premium feature, it should be the default! Your emails here aren't mined or sold. They aren't anyone's business but yours.

Please sign up to have an email account.

<script> (function () { var username = localStorage.getItem('f4_username'); if (username) { document.getElementById('email-address').textContent = username + '@freedoms4.org'; document.getElementById('email-loggedin').style.display = ''; } else { document.getElementById('email-loggedout').style.display = ''; } })(); </script>