Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Mailto Compose In GMail

Rewrites "mailto:" links to GMail compose links.

This script is a modification of Julien Couvreur's original version, here:
http://userscripts.org/scripts/show/595
It just adds support for Google Apps for Your Domain Gmail.

Click on a mailto: link on any web page and open up a compose form in Gmail. If you use Google Apps for Your Domain, from the user script command menu, set your domain name and your compose link will go there.




4 hours ago
Joe Simmons Scriptwright

I just tried this; it's very nicely working for me.


 
Feb 5, 2008
ahoier User

Will this userscript work for manually entering a mailto into the Firefox address bar...?

I have an AutoIT program (complainterator.com) that does mailto's this way...

When I tested it, it opened outlook 2007.


 
Feb 3, 2008
Jonny User

Very nice, thanks.

P.S. Love lifehacker.com


 
Jan 23, 2008
Gina Trapani Script's author

That's exactly the code I added... is it not working for you?


 
Jan 17, 2008
T Cosmas User

I'm sorry; but the d@#ned thing won't let me write the example! This is my last try! Just put it in the usual !!

mailto:myspouse@gmail.com?cc=myself@mycompany.com&bcc=myaccountant@duey.cheatem.and.howe.net

Thanks.

P.S.: I wish I could edit or delete my other posts!


 
Jan 17, 2008
T Cosmas User

Arrg...the link text is

Send me e-mail


 
Jan 17, 2008
T Cosmas User

You need to change the code as follows:


case "bcc":
emailBCC = nameValue[2];
//alert("Found BCC=" + emailBCC);
break;

Then a statement such as the following WILL parse into TO:, CC: and BCC: entries:


Send me e-mail


 
Jan 17, 2008
Gina Trapani Script's author

Just added support for BCC, parameters in upper case, and the new Gmail UI. Let me know what you think.


 
Jan 9, 2008
rymalia User

This script breaks mailto links that pass the bcc: parameter. It looks like cc: is supported in the code, could you add bcc in there as well?

Support for mailto links with a bcc is essential for using the online contact management service Highrise from 37signals.

I posted this comment on Julien Couvrier's original version as well.


 
Jul 30, 2007
JiBĂ© User

perfect
thanks


You could comment on this script if you were logged in.