• normonator@lemmy.ml
      link
      fedilink
      English
      arrow-up
      21
      ·
      2 days ago

      I have firstname@lastname.countrycode and occasionally I get people that it breaks their brain that it’s not @gmail or something and they insist its wrong or won’t work.

      Funny but also mildy annoying at times.

      • towerful@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        It’s even worse when some idiot dev decides what an email should look like and doesn’t properly implement RFC822 (or whichever one specifies all the random bits of a valid email address).

        The current recommendation is to check for an @ symbol. It’s pretty much the only concrete rule.
        If an email address has to exist, the only way is to send it an email and have the user click a link.

        https://beesbuzz.biz/code/439-Falsehoods-programmers-believe-about-email

      • nibbs@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        I was too late for that, unfortunately and got <lastname>.<town> which also some people don’t comprehend.
        Although it’s the capitol and there are sites from public services which use that TLD as well.

        What genuinely pisses me off: Prior to that I got <lastname>.name, and there are sites, which refuse to accept it as a valid TLD when I try to register with them.

        Edit: I got <lastname[with umlauts]>.<countrycode>, tho as this was available, but those don’t work that well. Or didn’t, when I last checked.

    • lichtmetzger@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      10
      ·
      2 days ago

      I have a complicated surname, so when people ask for my email I just show them my ID and say “firstname@lastname.de” and they can type it in, reading it off the card.

      It’s made my life so easy!

      I also kept all of my spam mails of the last twenty years and trained rspamd with it. It’s got a 99.9% success rate. I’d even argue it works better than some corporate mail providers (what also helps is that I provide the mail service for friends & family as well and we are all collectively training the database).

      It was a pain to setup initially, but I don’t want to miss it.