Sponsored Links

Sabtu, 30 Juni 2018

Sponsored Links

How to Open Email (mailto) Links in Gmail (Updated 6/27/13) - YouTube
src: i.ytimg.com

mailto is a Uniform Resource Identifier (URI) scheme for email addresses. It is used to produce hyperlinks on websites that allow users to send an email to a specific address without first having to copy it and enter it into an email client. It was originally defined in Request for Comments (RFC) 2368, published in July 1998, and refined in RFC 6068, published in October 2010.


Video Mailto



Examples

Using "mailto" within an HTML document to generate a link for sending email:

It is also possible to specify initial values for headers (e.g. subject, cc, etc.) and message body in the URL. Blanks, carriage returns, and linefeeds cannot be embedded but must be percent-encoded.

Multiple addresses can also be specified:

The address can also be omitted:


Maps Mailto



Security and privacy

A number of security issues are mentioned in RFC2368, however the greatest concern is that of robotic address harvesting. Mailto constructs are locatable within HTML pages by automated means which typically include the use of DOM constructs or regular expressions. Addresses harvested by such means are liable to be added to spammers' mass-mailing lists and thus to receive large amounts of unwanted mail.

While methods exist to "harden" mailto links against harvesting--address munging and JavaScript-based address obfuscation among them--these protections can be circumvented by sufficiently sophisticated harvesting robots. Other techniques, like walling the address behind a CAPTCHA or similar "humanity check", provide security on par with that available for other contact methods, most notably web forms, which experience similar challenges with preventing spam.


How to create a mailto link in HTML & style mailto link using CSS ...
src: i.ytimg.com


References

Source of the article : Wikipedia

Comments
0 Comments