Live data from Hacker News

Show HN: I made an open-source anonymous email forwarding service

anonaddy.com

61–70 of 187 posts

Re: Show HN: I made an open-source anonymous email forwarding service

#61
Awesome idea!

I've been doing this exact same thing since march this year with my own domain using MailGun (Free) and custom forwarding rules.

Really amazing to see someone turn it into a product that can easily be set-up by the general folk. (And for a nice price!). Loved your UUID-alias idea.

May I ask however, how do you expect to handle a blacklist of your domains? I've had trouble in the past signing up to some websites that block any sort of custom domains (really bad) in an effort to block throw-away email, what happens if your domain gets blacklisted/categorized as a throwaway email? (Also forwarding to Google and such ends up in "email limbo").

Re: Show HN: I made an open-source anonymous email forwarding service

#62

Love the idea. However, what happens if the anonymous email forwarding service disappears (e.g. shuts down)? Does it mean users won't be able to access any online service they signed up for with an anonymous email address?

The only way to prevent the issue you're describing is to use a custom domain.

Re: Show HN: I made an open-source anonymous email forwarding service

#63

Earlier quoted context omitted.

Nevermind, it's all on github and seems pretty well documented. Great work!

That won't help though, as emails will still go to the old domain.

Which is exactly why you use your own domain so that you have the control.

Re: Show HN: I made an open-source anonymous email forwarding service

#64

Earlier quoted context omitted.

Welcome to HN, an account created 9 minutes ago.

Do you find it impossible that someone would read a thread without an account, find a topic they want to comment on, create an account and then post a comment?

Given style and contents of the comment - yes, I think that's very unlikely. The comment looks orchestrated.

Re: Show HN: I made an open-source anonymous email forwarding service

#65

Awesome idea! I've been doing this exact same thing since march this year with my own domain using MailGun (Free) and custom forwarding rules. Really amazing to see someone turn it into a product that can easily be set-up by the general folk. (And for a nice price!). Loved your UUID-alias idea. May I ask however, how do you expect to handle a blacklist of your domains? I've had trouble in the past signing up to some…

It's pretty much impossible to avoid the issue you described.

When I did an MVP of something similar to this, I encountered the same solution. The only solution really is the following:

- Use a reliable email, e.g. mymail@gmail.

- Encrypt forwarded email and send to mymail@gmail.com. So in this case, spammer@spam.com goes to mymail@gmail.com.

- You then would have another email, realmail@mail.com that would receive email from mymail@gmail.com (you would set up the forward in Google).

- However, mymail@gmail.com would actually send to mailproxy@proxy.com, which would decrypt and forward to realmail@mail.com

TLDR: You need to encrypt the emails, pass through a service that won't be blocked, forward and decrypt to target destination.

Re: Show HN: I made an open-source anonymous email forwarding service

#66
post #35

There's a much harder problem, granted, but the world needs a throwaway SMS service. Even Imgur needs a phone to sign up now :( There are already some services like this, however it seems they have a smallish pool of phone numbers. Eventually everyone uses those to sign up, one time, somewhere (like Imgur) and that number is then useless for that site. Is there a better way?

Not really that I know of apart from this site[1].

Or you could just get a pay as you go sim card and use a cheap phone to read messages (or use dual SIM if your phone supports it).

The main issue is the finite number of mobile numbers like you say.

[1] https://crypton.sh/

Re: Show HN: I made an open-source anonymous email forwarding service

#67

Awesome idea! I've been doing this exact same thing since march this year with my own domain using MailGun (Free) and custom forwarding rules. Really amazing to see someone turn it into a product that can easily be set-up by the general folk. (And for a nice price!). Loved your UUID-alias idea. May I ask however, how do you expect to handle a blacklist of your domains? I've had trouble in the past signing up to some…

Nice! I also plan to add random word aliases soon e.g. yellow.biker57@anonaddy.me etc. just because some people think UUID aliases stick out a bit and look odd.

To be honest the only true solution to that problem is to use your own domain. I will be adding more generic domains to use in the future so hopefully will be able to evade the majority of these blacklists.

Re: Show HN: I made an open-source anonymous email forwarding service

#69
Do you have a plan for when the anonaddy.com domain is added to the blacklisted emails? For example, I know on some websites will just straight up reject addresses from Mailinator or Sharklasers. Is there a way to prevent this from happening to you as well?

Re: Show HN: I made an open-source anonymous email forwarding service

#70

Got to compliment you for not having any external dependencies on the site. I really wish this were more commonplace.

Thanks a lot, on the landing page the only javascript included is on the blog and help pages for searching.

I have no idea how big the traffic spike is from this post but the server appears to be coping very well so far!

Post reply on HN