Is an e-mail address a URI?

后端 未结 3 805
陌清茗
陌清茗 2021-02-12 05:42

I\'ve tried to figure out whether the format of an e-mail address can be said to comply with the definition of a URI or not, but I\'ve found no explicit confirmation of this so

3条回答
  •  滥情空心
    2021-02-12 06:04

    Yes, but with "mailto:" prefix.

    A URI has this form:

    :
    

    The is "mailto", the is the address.

    For example:

    mailto:max@provider.com
    

    is a valid URI.

提交回复
热议问题