susanahernandezd
9/28/2017 - 4:05 PM

mailto_params.js

var subjectText = encodeURIComponent(document.title);

window.location = 'mailto:' + $('#email').val() +'?body='+ window.location.href +'&subject= '+ subjectText;