Y
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
sylware
309 days ago
Any competent sysadmin will handle those, with serious software, ofc.
That said, this standard format is:
mailbox@[x.x.x.x] and mailbox@[ipv6:...]
link
sylware
309 days ago
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.
link
That said, this standard format is:
mailbox@[x.x.x.x] and mailbox@[ipv6:...]