Open Outlook Client from UI Action

questsal78
Giga Expert

Hi,

I'm trying to open outlook client from UI Action in catalog task but the browser does nothing. Please advise what I'm missing here.

var subject="test";
var ex="this is a test";
gs.setRedirect("mailto:ashu@example.com?subject="+subject+ "&body=" +ex+ '');

 

 

find_real_file.png

 

Any help will be appreciated.

 

Thank you,

Mujtaba

5 REPLIES 5

Ah ... found the error ... my bad ... Default mail client on my pc was Chrome, changing it to Outlook resolves the issue.

 

Thank you all for your help