i want to open outlook and attach report to mail using react js from web application.
later user will enter receiver mail and cc.
I tried below code
window.location.href= 'mailto:'
please suggest any idea other then above code
i want to open outlook and attach report to mail using react js from web application.
later user will enter receiver mail and cc.
I tried below code
window.location.href= 'mailto:'
please suggest any idea other then above code