Are email addresses case sensitive?

后端 未结 5 1853
旧巷少年郎
旧巷少年郎 2020-12-04 05:21

I\'ve read that by standard first part of e-mail is case sensitive, however I\'ve tried to send e-mail to name@example.com, Name@example.com and

5条回答
  •  隐瞒了意图╮
    2020-12-04 06:04

    IETF Open Standards RFC 5321 2.4. General Syntax Principles and Transaction Model

    SMTP implementations MUST take care to preserve the case of mailbox local-parts. In particular, for some hosts, the user "smith" is different from the user "Smith".

    Mailbox domains follow normal DNS rules and are hence not case sensitive

提交回复
热议问题