this post was submitted on 26 Mar 2024
115 points (97.5% liked)
Bad Design
80 readers
1 users here now
For sharing any badly designed websites or applications you come across. Please only post things that are connected to programming.dev topics (e.g. dont post something badly designed in real life)
For intentionally bad design also check out [email protected]
For bad code check out [email protected]
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Pretty funny considering the @ is pretty much the only character that's absolutely necessary in an email address
You need at least one dot between the @ and the last character. You used to be able to say that you needed a . as either the third or fourth character from the end, but now that we have TLDs that aren’t two or three characters, you can’t be that specific.
I believe that according to the RFC you can send mail to @localhost, the period is not strictly necessary
You are technically correct. (The very best kind of correct.)
What about ip6 address as a host? They don't use dots. You can also specify a ip4 address as just a single number. Also there is a tld with an Mx record, which would mean there is no dots either. Best to just check for one or more characters before and after the at sign, then send an email to verify.