Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 29745

How to redirect to outlook mail with a recipient added in javascript?

$
0
0

In gmail i can add the recipients in the link and it will direct to compose mail as written below

let email = "alexmurphy98@gmail.com";
let link = `https://mail.google.com/mail/?view=cm&fs=1&to=${email}`; 

Then in an anchor tag to use that link

<a href=`${link}` target="_blank">gmail</a>

My question is how can i do the same thing in outlook?As their compose does not contain any link.


Viewing all articles
Browse latest Browse all 29745

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>