I've encountered a problem with Gmail's web application. For some reason, the mailto
links doesn't work when I try to add the body into the link. The links works fine as long as the & separator for the body is not used.
For example:
href="mailto:?subject=test&body=this is a test"
- Doesn't work
href="mailto:?subject=testbody=this is a test"
- Does work but, obviously, it doesn't generate the desired result as everything goes to the subject.
I am running Vista 64bit and I've tried FF, Chrome and IE. Also, I've noticed a difference between how Gmail renders my mail in my Gmail account and Google Apps account.
When i view the same email on my iPhone & Outlook everything seems to work fine.
Any help will be appreciated.
&
instead of&
? – Carsickmailto:
links with parameters are a non-standardized, unreliable thing in the first place. I wouldn't be surprised if there are more applications other than GMail out there that doesn't support them properly (maybe even on purpose due to security concerns). I would avoid them and look for more reliable solutions to your objective. – Blankenship