578
you are viewing a single comment's thread
view the rest of the comments
[-] Affidavit@lemm.ee 30 points 3 hours ago

It boggles my mind how so many websites and platforms incorrectly say my e-mail address is 'invalid' because it has an apostrophe in it.

No. It is NOT invalid. I have been receiving e-mails for years. You just have a shitty developer.

[-] rumba@lemmy.zip 13 points 3 hours ago

worst thing is, the regex to check email has been available for decades and it's fine with apostrophies

[-] Ephera@lemmy.ml 4 points 2 hours ago

Well, and remember: If in doubt, send them an e-mail. You probably want to do that anyways to ensure they have access to that mailbox.

You can try to use a regex as a basic sanity check, so they've not accidentally typed a completely different info into there, but the e-mail standard allows so many wild mail addresses, that your basic sanity check might as well be whether they've typed an @ into there.

[-] rumba@lemmy.zip 3 points 2 hours ago

The regexes are written to comply with RFC 5332 and 6854

They are well defined and you can absolutely definitively check whether an address is allowable or not.

https://datatracker.ietf.org/doc/html/rfc5322

[-] zagaberoo@beehaw.org 3 points 3 hours ago

Ugh and that happens a lot if your email domain has an even slightly unusual TLD too.

this post was submitted on 16 Nov 2024
578 points (99.3% liked)

Programmer Humor

19564 readers
1266 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS