<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Email link that navigates to Gmail, regardless of default mail app</title><link>https://community.appian.com/discussions/f/general/20347/email-link-that-navigates-to-gmail-regardless-of-default-mail-app</link><description>My users want an email link in a UI, that when clicked opens Gmail.com in their browser, and if signed in to Gmail already, opens a draft email window with the email address from the link. Currently I am using safelink, and it opens the default mail application</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Email link that navigates to Gmail, regardless of default mail app</title><link>https://community.appian.com/thread/79378?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 17:28:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0da806c6-d905-4f0e-be67-b26c26c78a1d</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;You could have a safeLink open &amp;quot;gmail.com&amp;quot; instead -- but any more than that would strictly depend upon whether it&amp;#39;s even possible to call the &amp;quot;gmail.com&amp;quot; url with some sort of additional parameter to determine behavior (such as automatically starting a new message etc), which seems possible but doubtful, and would be completely up to Gmail&amp;#39;s behavior (in other words, nothing to do with Appian in particular).&amp;nbsp; Note: I googled it and was able to find &lt;a href="https://sites.google.com/a/googleapps.com/sitesbp/site-development/tips-tricks/how-to-create-a-link-that-automatically-opens-a-compose-email"&gt;this&lt;/a&gt;, which might give you a good start into determining whether this is feasible.&lt;/p&gt;
&lt;p&gt;Edit: the example provided in the post linked above didn&amp;#39;t work as-written - I had to remove the &amp;quot;/a/seagate.com&amp;quot; part, otherwise it was thinking I was trying to invoke seagate.com&amp;#39;s internal gmail account (which of course I don&amp;#39;t have), however after playing with it, the following link format DOES seem to work per what you&amp;#39;re attempting (note that it probably won&amp;#39;t work at all if someone isn&amp;#39;t logged into Gmail on whatever browser they click this link from):&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;https://mail.google.com/mail/u/0/?view=cm&amp;amp;fs=1&amp;amp;to=john.doe@test.com&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>