Hacker News new | ask | show | jobs
by mtmail 310 days ago
Do many websites support email address with ip literals? john@12.34.56.78 ? I haven't seen such email addresses in years.
1 comments

Any competent sysadmin will handle those, with serious software, ofc.

That said, this standard format is:

mailbox@[x.x.x.x] and mailbox@[ipv6:...]

I forgot: for obvious reasons, those emails are stronger than SPF since there is a direct correlation between the email address and the smtp server.