Show HN: I made a tool to protect your email inbox
simplelogin.io
Show HN: I made a tool to protect your email inbox
1–4 of 4 posts
Re: Show HN: I made a tool to protect your email inbox
#2Yet tricks like adding "+" to your Gmail address is now a well-known fact. Anonymous emails created on temp-mail or 10minutemail are temporary and using them is just unfair for good websites. So I decided to build a service to help to create emails as easy as possible.
I learned a lot about emails while coding SimpleLogin. They are not difficult per se but the documentation is pretty minimal compared to newer technologies. By the end, I also wrote my own transactional email service as Sendgrid library turns out to be a mess [1]. I still don't fully understand how spam engine works in Gmail or Outlook though, they seem to be hit-and-miss.
Email alias is the first step and next is the "Sign in with SimpleLogin". This would be for another post.
SimpleLogin will be open-source and I'm transparent about the technology I'm using. Please let me know if you have any questions.
Re: Show HN: I made a tool to protect your email inbox
#3Re: Show HN: I made a tool to protect your email inbox
#4Maker here. Having worked in an online advertising company before, I know that a common denominator to match users between different datasets is user email. So to protect our privacy, it's better to have different email addresses for every website. Yet tricks like adding "+" to your Gmail address is now a well-known fact. Anonymous emails created on temp-mail or 10minutemail are temporary and using them is just unfai…