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

many to many - Django Rest Framework ManyToMany filter multiple values -

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

Java Entity Manager - JSON reader was expecting a value but found 'db' -