What is the function of "mailto:[email protected]"

Niteraleph

Often times when there's an email address on a website, it is not just plaintext, but a link (hyperlink?). However, instead of containing an address such as https://unix.stackexchange.com it contains mailto:[email protected] which - upon a click - opens a browser "page not found". This seems very useless, however a quick search on the Unix StackExchange suggested that the phrase MAILTO: has some function/meaning on Unix/Linux systems (and maybe on others). Many questions also refer to "cron". While I understand the primary function of "cron" jobs (automatic actions being done at certain times/periods) I have trouble to connect it with the mailto: hyperlinks.

So what is the function of these hyperlinks and is it in any way connected to "cron" jobs - if so, how is it supposed to work?

Ignacio Vazquez-Abrams

They are a URI for an e-mail address that the browser can use to invoke an e-mail application in order to send e-mail to the given address. The browser should provide a configuration option to set the application used.

cron uses the unrelated MAILTO variable (i.e. MAILTO=...) in its configuration to know where to send e-mail with output from the commands it runs rather than sending it all to root.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

What is "into" function for?

From Dev

What is "into" function for?

From Dev

What is the function of this function here?

From Dev

What is the difference between function and function*

From Dev

`[Function]` and `[Function: Object]` - what is difference?

From Dev

What is the difference between function and function*

From Dev

what do javascript "function || function || function" mean ??

From Dev

What if function application was a typeclass?

From Dev

What is double arrow function?

From Dev

What is - function Empty() - in javascript ?

From Dev

What is wrong with the function strtok()?

From Java

What is the (function() { } )() construct in JavaScript?

From Java

What is a "static" function in C?

From Java

What is a lambda (function)?

From Java

What is define([ , function ]) in JavaScript?

From Java

What is the logic of this function in R?

From Dev

What is a trivial function?

From Dev

What is the significance of this function definition?

From Dev

What iOS function is this image?

From Dev

What is "accessor function"?

From Dev

what is 'require' function is ReactJS?

From Dev

What is the "total function"?

From Dev

What is the function of the count() in this xpath?

From Dev

what defines a recursive function?

From Dev

What is `emit` javascript function?

From Dev

What is the lang function in SPARQL?

From Dev

What is an unsafe function in Haskell?

From Dev

What is the "ScriptEngine" function in JavaScript?

From Dev

What does this function return

From Dev

What is this format of function called?