TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An Ode to Apple’s Hide My Email

575 pointsby mlapidaabout 3 years ago

48 comments

binwiederhierabout 3 years ago
I have a unique email address for every single service that I sign up for, similar to this, though selfhosted. I&#x27;ve been doing this for years and it works wonderfully. If someone misuses my email address, or gets annoying, I can simply turn off the address. Bam!<p>It&#x27;s the easiest Postfix config in the universe, essentially just:<p><pre><code> virtual_alias_domains = domain1.com domain2.com virtual_alias_maps = hash:&#x2F;etc&#x2F;postfix&#x2F;virtual </code></pre> And then &#x2F;etc&#x2F;postfix&#x2F;virtual looks like this:<p><pre><code> phil.equifax@domain1.com firstname.lastname@gmail.com phil.experian@domain1.com firstname.lastname@gmail.com ... (hundreds of these) </code></pre> I also made a super simple web UI for myself to edit this file quickly.<p>Gmail seems to be fine with this, emails do not usually end up in spam. Every full moon maybe, but usually it&#x27;s alright.<p>It&#x27;s not as shiny as Apple&#x27;s thing, but it&#x27;s 100% selfhosted and I own the domain.
评论 #30981339 未加载
评论 #30981429 未加载
评论 #30981144 未加载
评论 #30981138 未加载
评论 #30981975 未加载
评论 #30981506 未加载
评论 #30983409 未加载
评论 #30981312 未加载
评论 #30988182 未加载
评论 #30982848 未加载
评论 #31003756 未加载
评论 #30988896 未加载
评论 #30983283 未加载
评论 #30988009 未加载
评论 #30985256 未加载
评论 #30995815 未加载
评论 #30981041 未加载
评论 #30982666 未加载
评论 #30985782 未加载
评论 #30983049 未加载
评论 #30980988 未加载
评论 #30996327 未加载
yifanluabout 3 years ago
I signed up for Comcast Xfinity using a brand new “hide my email” address and three months later I started receiving phishing emails at that address. (I’ve gotten over half a dozen so far). Made me realize that either Comcast was hacked (without disclosing it) or they’re selling people’s emails.
评论 #30980835 未加载
评论 #30980726 未加载
评论 #30980746 未加载
评论 #30985658 未加载
评论 #30981270 未加载
up6w6about 3 years ago
The most popular open-source alternatives are SimpleLogin[1] and AnonAddy[2]. The former one was just acquired by ProtonMail[3].<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;simple-login&#x2F;app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;simple-login&#x2F;app&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;anonaddy&#x2F;anonaddy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anonaddy&#x2F;anonaddy</a><p>[3] <a href="https:&#x2F;&#x2F;protonmail.com&#x2F;blog&#x2F;proton-and-simplelogin-join-forces&#x2F;" rel="nofollow">https:&#x2F;&#x2F;protonmail.com&#x2F;blog&#x2F;proton-and-simplelogin-join-forc...</a>
评论 #30981619 未加载
评论 #30981313 未加载
评论 #30985294 未加载
chrizelabout 3 years ago
Another advantage not mentioned is that &#x27;@icloud.com&#x27; is a generic domain that has been (and still is) used for a lot of real e-mail addresses for years. That means that most registration forms cannot just simply block &#x27;@icloud.com&#x27; because that would lock out a lot of real &#x27;@icloud.com&#x27; addresses.<p>Hide My Email is very good and I&#x27;m using it a lot.
paraxionabout 3 years ago
Hang on, though: doesn&#x27;t this essentially hand Apple a big list of which domains you communicate with and how frequently? There&#x27;s also nothing stopping them reading the emails on the way through. I know a lot of people trust Apple more than Google, but you&#x27;re essentially signing up for a vendor-locked product that you&#x27;re hoping Apple will continue to support, with no guarantee they won&#x27;t collect - even at an aggregate level - your communication preferences.<p>They&#x27;re even slightly pre-filtered for Apple&#x27;s convenience, as the times you&#x27;re likely to use Hide My Email are for shopping and social media - nice, ripe marketing targets.
评论 #30983515 未加载
评论 #30984660 未加载
评论 #30983383 未加载
gzer0about 3 years ago
The only thing really holding me back from wanting to use iCloud mailing services is the current implementation of MFA on Apple services.<p>It would be fine if you were allowed to use normal MFA options, but no, that is not possible. Instead, you MUST confirm your logins via already signed in Apple-devices only. There is no other way. Cannot use phone number (for good reason, but that is besides the point), cannot have a secret key based TOTP.
评论 #30981114 未加载
评论 #30981026 未加载
评论 #30981111 未加载
pramabout 3 years ago
Huge fan of this, started using it for practically every signup. I&#x27;ve already had the opportunity to shitcan an alias because it obviously got dumped to some advertisement list.<p>Now I just need to work on untangling 15 years of other services from my main account.
FabHKabout 3 years ago
A useful feature the article doesn&#x27;t mention:<p>In macOS Mail and iOS Mail, when you reply to an email or send a new one, you can choose the &quot;From&quot; address: The options are the usual accounts you have set up, plus, now, a &quot;Hide my Email&quot; proxy generated on-the-fly. I&#x27;ve found it very handy on several occasions.
评论 #30983063 未加载
评论 #30982936 未加载
DIVx0about 3 years ago
I don&#x27;t use Safari but I still use this feature a lot even though I have to do a few extra steps because it does not integrate with anything other than Safari, its that useful for me.<p>Some sites have never worked properly with the email+tag@gmail.com thing and some have even become wise to it and wont accept addresses like that (car dealers are the worst).<p>I hope someday apple allows 3rd party integration with this feature.
评论 #30980862 未加载
评论 #30983088 未加载
评论 #30980834 未加载
评论 #30980849 未加载
newaccount74about 3 years ago
I&#x27;ve been using yopmail for years to avoid spam, but the problem is that a lot of services have blocked yopmail and other disposable email addresses.<p>The nice thing with &quot;hide my email&quot; and Fastmails &quot;masked addresses&quot; is that the two services use a popular domain, so sites can&#x27;t easily block it.
评论 #30980560 未加载
评论 #30981089 未加载
yellow_postitabout 3 years ago
Love the service but nervous on the lock-in. Any guides for how to migrate off Apple after using lots of emails?<p>I’ve been happy with the Fastmail+1Password integration as that “feels” less painful to migrate off the in the future.
评论 #30999760 未加载
评论 #30982289 未加载
SylvieLorxuabout 3 years ago
I see SimpleLogin mentioned in the replies several times, but I haven&#x27;t seen anyone mention that you can use your own domain name with them to prevent vendor lock-in.<p>You can also export your setup through their API so you can very easily migrate to a self-hosted instance if ever necessary:<p>wget --header &quot;Authentication: YOUR_API_KEY&quot; <a href="https:&#x2F;&#x2F;app.simplelogin.io&#x2F;api&#x2F;export&#x2F;aliases" rel="nofollow">https:&#x2F;&#x2F;app.simplelogin.io&#x2F;api&#x2F;export&#x2F;aliases</a> -o simplelogin-export-$(date +%s).csv<p>And given the author talks about Have I Been Pwned, I feel I should mention that SimpleLogin has built-in HIBP integration (contributed by me in <a href="https:&#x2F;&#x2F;github.com&#x2F;simple-login&#x2F;app&#x2F;pull&#x2F;472" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;simple-login&#x2F;app&#x2F;pull&#x2F;472</a>)
baxtrabout 3 years ago
The great thing about Apple doing stuff like that is the sheer scale they reach.<p>Sure, there were many services like that before, and many of us have used them. But making it an integral part of iOS can drive mass adoption. You have to credit Apple for that.
评论 #30982418 未加载
germinalphraseabout 3 years ago
I use this feature extensively.<p>My only wish is that it were easier to send an outgoing email via a Hide My Email address (rather than only being about to reply once the other party has sent the first message).
评论 #30981408 未加载
评论 #30980755 未加载
评论 #30980830 未加载
评论 #30981129 未加载
评论 #30980609 未加载
tao_oatabout 3 years ago
I made something similar that I&#x27;ve been using for several months now: <a href="https:&#x2F;&#x2F;shroud.email&#x2F;" rel="nofollow">https:&#x2F;&#x2F;shroud.email&#x2F;</a><p>The concept is fundamentally the same as Hide My Email or DuckDuckGo&#x27;s service, but it&#x27;s libre software and has (IMO) a better UI to manage addresses. It also stops tracking pixels, which Hide My Email doesn&#x27;t do unless you also use Mail.app. It&#x27;s hosted in the EU and runs entirely on renewable energy.
评论 #30985613 未加载
bredrenabout 3 years ago
My pal nick and I built something called Cloaked Email for our startup Gliph back in August of 2012. [1]<p>Apart from our early integration to send and receive Bitcoin on Coinbase, Cloaked Email was the most successful part of our privacy focused startup, not only in its ability to attract press coverage but in generating revenue as well.<p>We believe our work contributed to forcing criagslist to introduce their email relay service. Craigslist went so far as to block email from cloaked email users. [2]<p>Doing this well and to take on the responsibility of maintaining ~forever is a huge thing.<p>It is great Apple has recognized the importance of this matter and brought it into their platform in such a straightforward way.<p>One of the most engaging actions we had was people re-rolling for a different random email address. People just loved seeing what they might land on next.<p>[1] <a href="https:&#x2F;&#x2F;blog.gli.ph&#x2F;2012&#x2F;08&#x2F;14&#x2F;delivering-privacy-gliph-cloaked-email&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.gli.ph&#x2F;2012&#x2F;08&#x2F;14&#x2F;delivering-privacy-gliph-cloa...</a><p>[2] <a href="https:&#x2F;&#x2F;blog.gli.ph&#x2F;2013&#x2F;07&#x2F;22&#x2F;cloaked-email-and-craigslist-its-complicated&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.gli.ph&#x2F;2013&#x2F;07&#x2F;22&#x2F;cloaked-email-and-craigslist-...</a>
gnuj3about 3 years ago
Where is the ode to the likes of AnonAddy that have been about for a long time now AND are provides much better service?
评论 #30981305 未加载
评论 #30980912 未加载
评论 #30980792 未加载
评论 #30980652 未加载
评论 #30988636 未加载
gman83about 3 years ago
I must be the only person who doesn&#x27;t receive spam. I mean I do, but it goes into the spam folder. I&#x27;ve never really understood why I should use something like this. I have my email address on my website anyway, so it&#x27;s not like it&#x27;s private information.
评论 #30983144 未加载
评论 #30982403 未加载
makeitdoubleabout 3 years ago
For those using this feature for a long enough time, have you seen misfiring or emails that disappear, you couldn&#x27;t retrieve ?<p>When using keychain as a password manager, once in a while when creating a password for a new site, it would generate it and complete the account registration, without properly saving the generated password.<p>I&#x27;d hunt for the site item through keychain&#x27;s list and not find it, and go through the &quot;Reset My Password&quot; for the site, except if time passed I might not even remember which email I used to register.<p>It was annoying enough for passwords, but not critical. For emails there&#x27;s probably situations where the account is just lost and the only option is to create a fresh new one. How good is their implementation for this ?
评论 #30987105 未加载
JZL003about 3 years ago
There are lots of ways to do this. Postfix is nice but a little heavy. The simplest and most functional way I&#x27;ve found is <a href="https:&#x2F;&#x2F;github.com&#x2F;0xERR0R&#x2F;mailcatcher" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;0xERR0R&#x2F;mailcatcher</a> since all it does is forward the emails. You can even use a throwaway gmail SMTP so it doesn&#x27;t get send to spam<p>Easy to set up on a rpi&#x2F;cheap VPS, as long as you have a hostname. And while you&#x27;re there, look for a short domain name so it&#x27;s fast to type (on credit card kiosks). You can get cheap short non-standard TLD&#x27;s like .li. I got a 3 character domain for $5 a year, as short as bit.ly, but just for me
评论 #30981404 未加载
评论 #30981864 未加载
ThePowerOfFuetabout 3 years ago
&gt; It’s important to note that you shouldn’t use Hide My Email for everything. For example, you probably don’t want to use a random address for critical services such as online banking. If you trust the bank with your money, you can probably trust them with your email. I’d also think through those sites that may use your email to help others find you, such as social media accounts. If you’d like your contacts to find you automatically, you’ll need to use an email they know of.<p>Social media is high on the list of use cases for such addresses to help preserve one&#x27;s privacy.
zhoujianfuabout 3 years ago
It’d be nice if there was a service like this for physical addresses and even phone numbers. Every account you sign up for could be with a made up name, email, phone, address, and single use credit card number.
sneakabout 3 years ago
Apple provides data on iCloud subscribers to the police without search warrants or probable cause over 20k times every year(!) (under FAA 702, aka PRISM), because the US federal government illegally demands it and Apple has no ability to really stop them without their staff going to jail (thanks to the government&#x27;s secret interpretations of what FAA 702 really means). Much of the data in iCloud is <i>not</i> end-to-end encrypted (including the keys protecting all of your iMessages, as well as all your photos, and your device backups) so this is a <i>huge</i> amount of data on&#x2F;about you they can be compelled to turn over at any time <i>without probable cause</i>.<p>This means that you shouldn&#x27;t use iCloud (even if you have nothing to hide). The fact that there is no probable cause required means that the state can demand this data as part of a fishing expedition to abuse&#x2F;harass even the totally innocent.<p>This means that features like this, which <i>lock you in</i> to using iCloud in the long term, should be assiduously avoided.<p>Get your own domain name and get your own email hosting (not from Apple) and use that. You can setup a catchall to have unlimited unique email addresses. You can use multiple domains if you like. Step by step instructions on how to do this are on my website.
pueblitoabout 3 years ago
Yesterday I was shopping with my wife and was thrilled with how I could use Hide My Email in an irl sales situation - mattress shopping!
submetaabout 3 years ago
Been using individual email adresses for each website I signed up for by using Fastmail.com‘s email aliasses. - Previously I had a second email address just for sign ups, but whenever a platform was hacked and user data was leaked, my email address was burned.<p>So yes, this feature is super useful, and kudos to Apple for introducing this to their customer base.
Hippocratesabout 3 years ago
This feature is indeed amazing, but my biggest complaint is that it&#x27;s not easier to access. Roughly speaking, the worse the website, the less I trust it with my email, the less likely their HTML is well formed and will trigger iOS to prompt me to use Hide My Email.<p>Way too frequently I have to dig this feature out of the settings menu, copy the address to the site, copy the site back to Hide My Email as a label, and then usually do the same hoop-jumping with my password manager.<p>I would welcome this feature to be more front-and-center on the keyboard somehow.
pensatoioabout 3 years ago
Hide My Email is an awesome product, no doubt, but why the mention of Have I Been Pwned? Security through obscurity is not worth two cents. Use a password manager and generate your passwords.
评论 #30982963 未加载
spookyuserabout 3 years ago
Hide my email is great but I&#x27;ve also really been enjoying the new duck email service that does the same thing just because it&#x27;s quicker to use on windows, where you have to open icloud, create a new email and paste it in.<p>In fact the duck email service is nearly perfect, except for the fact that the extension forces you to use duck as a search engine and so you literally have to modify the chrome extension and store it locally if you just want the email service.
earthboundkidabout 3 years ago
How do I report Hide My Email abuse? Someone used it to send a nasty email to my company. I couldn’t figure out how to report it. My guess is there is no way to do it and there won’t be until after some reporters make it the Apple scandal of the week when there’s no other news.
评论 #30982043 未加载
评论 #30981856 未加载
评论 #30981840 未加载
texaslonghorn5about 3 years ago
As an android user I&#x27;ve never seen this before -- this seems way better than email+tag@gmail.com
评论 #30980492 未加载
daemnabout 3 years ago
Abine Blur (<a href="https:&#x2F;&#x2F;www.abine.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.abine.com&#x2F;</a>) was one of the first to do that however some of the domains started to get blocked. Hide My Email using iCloud negates that risk.
CryDeTaanabout 3 years ago
I built a similar service. The benefits include; 1. Custom domain , 2. unique email addresses, 3. don&#x27;t have to be a Apple user.<p><a href="https:&#x2F;&#x2F;mailphantom.io" rel="nofollow">https:&#x2F;&#x2F;mailphantom.io</a>
lowdoseabout 3 years ago
I have been tinkering to use chrome auto filling form to sign up for random services with the email address of the current director of the CIA Bill Burns. Haven’t tried it though.
devmunchiesabout 3 years ago
Is this different than me just programmatically adding new email addresses on my domains, which just forward to my primary? Is it just more convenient?<p>I ask for learning, not for skepticism.
评论 #30981399 未加载
asimpletuneabout 3 years ago
One thing that wasn’t included in this article but is amazing is being able to deactivate an email address. It results in a total dead end for whomever it was given to.
评论 #30984295 未加载
Ikatzaabout 3 years ago
Now that Google is insisting on kicking me out of legacy Gsuite, I may give icloud a try. It&#x27;s a pity it&#x27;s such a PITA to set something workable on Android.
allanrboabout 3 years ago
Made a very similar thing, since before apple did it actually:-) mine&#x27;s called <a href="https:&#x2F;&#x2F;ent.re" rel="nofollow">https:&#x2F;&#x2F;ent.re</a>
评论 #30984183 未加载
saosabout 3 years ago
It’s been totally amazing for me! All Apple need to do is create an dev experienced like Firefox developer edition browser and I will jump very quickly!
hackernewdsabout 3 years ago
Why not just use phil+craigslist@gmail.com or phil+kmart@gmail.com to achieve the same effect? ends up in the same phil@gmail.com inbox
评论 #30982942 未加载
评论 #30985399 未加载
pSYoniKabout 3 years ago
A bit of a plug, but I have written a small piece with some suggestions for services that could be used to hide and not share your main account as well as some pros and cons to them here - <a href="https:&#x2F;&#x2F;psyonik.tech&#x2F;posts&#x2F;keep-your-email-private&#x2F;" rel="nofollow">https:&#x2F;&#x2F;psyonik.tech&#x2F;posts&#x2F;keep-your-email-private&#x2F;</a><p>TL;DR - Cloudflare email works great if you have your domain on Cloudflare, Firefox Relay is cheap and will work with emails up to 150KB and a number of email providers give you the ability to create aliases (Runbox allows up to 100 aliases).
评论 #30986063 未加载
karlztabout 3 years ago
I use duckduckgo email protection.
4a3f35b5aabout 3 years ago
&gt; you probably don’t want to use a random address for critical services such as online banking.<p>Why not?
评论 #30983170 未加载
muheheabout 3 years ago
This is nice and all, until your apple account get locked (for no good reason)
评论 #30980925 未加载
评论 #30980879 未加载
sunny3about 3 years ago
Unfortunately, I found that Hide My Email complicates unsubscribing. I tried unsubscribing from Jumba Juice many times unsuccessfully, only to realize that the email that I entered was my actual email, and I should enter the email that was shared to Jumba Juice instead.
评论 #30982358 未加载
评论 #30983186 未加载
ultrasounderabout 3 years ago
This is serendipitous. I just now signed up for the 5 day overcoming overthinking challenge by Jon Acuff and when I signed up Apple checkef with me if I wanted to hide my email and this is trending on HN!
jerryzhabout 3 years ago
Firefox had this earlier actually
yonatronabout 3 years ago
re: &quot;It’s inventible&quot; &quot;inevitable&quot;, perhaps?
musicaleabout 3 years ago
<p><pre><code> Thanks for using our crappy (app or web site) and Preserve Your Privacy With Apple. Please enter your mobile number for account verification. Your number must be capable of receiving SMS messages. We need your mobile number in order to verify that we can track you, personally identify you via data brokers, and send you SMS spam and robocalls. To help us verify this, please log in using your password and the single-use code we will send you via SMS.</code></pre>