Live data from Hacker News

Ask HN: What is the safest way to put an Email address on my website in 2021?

news.ycombinator.com

11–17 of 17 posts

Re: Ask HN: What is the safest way to put an Email address on my website in 2021?

#12
Is this still an issue in 2021?

10-15 years ago I used to use all sorts of methods to prevent email addresses from being scraped, and I had 100s of spam emails a day to content with.

Nowadays I get maybe 2-3 spam emails a day and they're never to the 'info' or 'support' emails that I occasionally post on websites.

I don't think that this is a problem that needs fixing or requires any drastic preventative measures any more.

Re: Ask HN: What is the safest way to put an Email address on my website in 2021?

#14
post #9
post #6

display your email address as an image

This would present an accessibility problem for people using screen readers, unless you provide your email address as alt text (which a scraper could pick up, defeating the purpose).

Good point

Re: Ask HN: What is the safest way to put an Email address on my website in 2021?

#17
post #5

Base64 encode it. If someone wants to send you email, he should be able to decode your address.

Well, if a programmer wants to send you email... Everybody else will have no idea what to do with it.

You can mention that it's base64 encoded, heck you can even link an online decoder for them.
Post reply on HN