This service should come with a big fat warning that the emoji email addresses should never be used for anything remotely serious. Running an email service is not, by any means, a 'tiny project'. I would never pay, nor rely on an e-mail service that is effectively a one-men side project. I just took a quick check on the 'mailbox' domain (I can't paste emoji here on HN). There seems to be no DMARC, no MTA-STS and no T…
This service doesn’t support even sending, just receiving. So I don’t think there is DKIM even considered.
I bought 300 emoji domain names from Kazakhstan and built an email service
111–120 of 642 posts
Re: I bought 300 emoji domain names from Kazakhstan and built an email service
#112Re: I bought 300 emoji domain names from Kazakhstan and built an email service
#113This service should come with a big fat warning that the emoji email addresses should never be used for anything remotely serious. Running an email service is not, by any means, a 'tiny project'. I would never pay, nor rely on an e-mail service that is effectively a one-men side project. I just took a quick check on the 'mailbox' domain (I can't paste emoji here on HN). There seems to be no DMARC, no MTA-STS and no T…
Re: I bought 300 emoji domain names from Kazakhstan and built an email service
#114Re: I bought 300 emoji domain names from Kazakhstan and built an email service
#115This service should come with a big fat warning that the emoji email addresses should never be used for anything remotely serious. Running an email service is not, by any means, a 'tiny project'. I would never pay, nor rely on an e-mail service that is effectively a one-men side project. I just took a quick check on the 'mailbox' domain (I can't paste emoji here on HN). There seems to be no DMARC, no MTA-STS and no T…
Re: I bought 300 emoji domain names from Kazakhstan and built an email service
#116This address will not work for obvious historic reasons in Germany.
For anyone outside the german-speaking countres: https://en.wikipedia.org/wiki/Nazi_concentration_camps -- In german: Konzentrationslager, abbreviated with KZ. Similarly, never use abbrevations like SS, NS, AH, HH, HJ in Germany. Also, some of these are forbidden on our license plates.
Re: I bought 300 emoji domain names from Kazakhstan and built an email service
#117Earlier quoted context omitted.
I think you need the .kz, if you don't, I can officially say that I am out of the tech game and need to go grow potatoes.
You need a TLD but IIRC, the second level is not required. So you could have something like ` http://google `, which I think, Google actually had at some point in the past. Cannot however find anything related to this anymore.
Re: I bought 300 emoji domain names from Kazakhstan and built an email service
#118The emoji domains are cool in theory but there are issues to say the least. Many services asking for your domain name don’t recognize the emoji character (google programmable search engine, fleek, github, etc...). I did manage to “hack” the system a little and register a single character emoji domain ( .eth) because it renders as 3 characters.
Re: I bought 300 emoji domain names from Kazakhstan and built an email service
#119This is a fun hack, but there is no way I would get involved in providing any form of commercial email service for $1440 arr. I wouldn't do it for $1440 a _day_. Everything involved with email is pain. I wish you luck.
Depends. If he is actually running only a forwarder , it is much easier than running an full fledged service with mailboxes and other support.
Re: I bought 300 emoji domain names from Kazakhstan and built an email service
#120Earlier quoted context omitted.
Is this some sort of abuse protection, where people use gmail as free storage?
Gmail already is free storage, AFAIK it shares you data quota with you Google drive account. Most likely this is a 'mail-loop' prevention. If you setup two accounts that forward to each other, then emails will be stuck in an infinite loop. Inject a couple of multi-megabyte emails into that loop and you can take down the entire service. This is effectively a DOS attack.
Mail messages have a unique identifier. Gmail might just concatenate the mail identifier with your account identifier to use it as a primary key to store your email in the "mails" bigtable.
If you send email to yourself, when it comes to put the mail into the mails bigtable, the result will be "primary key already exists, cannot insert"