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

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

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -