I am trying to send email through javascript
Here is the code that i am using
window.open(`mailto:allinone644@gmail.com?subject=subject&body= Name :${Name} Phone No:${PhoneNo}Message:${Message}`);
Here is the screenshot of what I am getting
![What I am getting]()
Here is the Screenshot of what I want
![What I want]()