I am aware that we can send mail using jQuery by mailto
function and send the mail from outlook. By default it will take the from address as the account logged into outlook.
How can we customize the from address by jQuery, so that while opening the mail in outlook, a user specifies mail address should be populated in From address?
Thanks in advance.