javascript - How to add custom gmail recipient from mailto -


i've got link:

window.open("https://mail.google.com/mail/u/0/#inbox?compose=150b0f7ffb682642&to=mailto"); 

it's changeing default mailto link gmail link. let's i've got:

<a href="mailto:example@example.com"></a> 

and after javascript link is

window.open("https://mail.google.com/mail/u/0/#inbox?compose=150b0f7ffb682642&to=mailto"); 

is possible force gmail use recipient mailto?


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -