When I use Forward to send a link to someone with a Gmail address, here's what is received. It is seen by the recipient as CODE, not as a message, which suggests Gmail doesn't know what it is or how to handle it.
I don't know how well it will survive posting here, but what it is is ALL the code of an HTML page, starting with tags for doctype, html, head, body, etc. (Except I altered the embedded email address due to spambots.) I think Drupal will display it correctly as web content; if so you need to look at the source of this message to see the HTML. Unfortunately, Gmail does NOT display it as content, just as the entire page's HTML code.
Assuming doctype and/or html tags are the problem for Gmail, here they are without the angle brackets:
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"
vote!
Rank the choices you prefer as 1st, 2nd, etc. Skip any you don't like at all.
Comments
Comment #1
seanrShould be fixed; I can confirm it works correctly on my gmail account.