Yahoo webmail and mailto links

1k views Asked by At

It seems that Yahoo doesn't fill in the information contained within mailto links like other mail clients do. I'm asking here to see if anyone knows a work-around for Yahoo.

Given this html:

<html>
<head></head>
<body>
<a href="mailto:[email protected]?subject=Hello%20People&[email protected]">Send Mail</a>
</body>
</head>

Can you successfully click the mailto link, Send Mail, and have yahoo open the webmail client AND fill in the meta data?

I am using the Chrome mailto extension to allow me to open webmail in my client of choice, and have selected Yahoo. So that part is working fine...

Some griping I've found on the web: https://bugzilla.mozilla.org/show_bug.cgi?id=513780 re: yahoo and mailto links...

1

There are 1 answers

1
Brad On

This has nothing to do with your code. Handling of any parameters is up to the mailto: handler... that extension you're using.

You can't force that mailto: handler to do something it isn't built to do.