email - Is an e-mail address a URI? -


I have tried to ascertain whether the e-mail address should be asked to follow the definition of one May be URI or not, but I have not received any clear confirmation about it yet. I hope someone can provide me some insights here. Thanks in advance :)

Yes, but with the "mailto:" prefix.

The URI has this form:

  & lt; Scheme & gt ;: & lt; Plan-Specific Parts & gt;  

& lt; Scheme & gt; is "mail", & lt; Scheme-specific parts & gt; know.

For example:

  Mail: max@provider.com  

is a valid URI.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

Best practice for URL redirection in ASP.NET web application -