Answers for "how to open the user email program with javascript"

2

javascript email link

<body onload="javascript: window.location.href='mailto:[email protected]';">
Posted by: Guest on March-25-2020
0

how to send a message to email in js using window.open

window.open("mailto:"+emailTo+'?cc='+emailCC+'&subject='+emailSub+'&body='+emailBody);
Posted by: Guest on December-14-2021

Code answers related to "how to open the user email program with javascript"

Browse Popular Code Answers by Language