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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -