Just found an alternate of obseleted html "mailto:" option. Use following URL to redirect users to Gmail Compose window.
No plugin is required in it, if the user is not logged in … it will ask to, then redirect to compose window.
<a target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=youremail@gmail.com&body=my-text">Click here to email</a>
original idea is here
http://toric.blogspot.com/2005/07/gmail-compose-link.html
October 9, 2013 at 6:59 pm
This is great but how do you get it to hard code a subject in the e-mail, like “Feature Request”?
January 17, 2013 at 2:00 am
how do you post an html formatted body?
February 12, 2013 at 3:22 am
Wysiwyg editor is support in v1.4.8
You can check it on this url: http://www.phpgrid.org/screenshots
May 8, 2011 at 7:14 pm
Nice.
I needed it for my touchscreen PC program which mails home shopping list.
Thx.