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
Post a Comment