I use the following code to send mail using Outlook:
<a href="mailto:test@example.com?Subject=Hello%20test&body=Testing&attach=/Users/administrator/Desktop/test.txt">
Send Mail</a>
The problem is that I can't attach a file in Outlook. I have tried with 'Attachment' parameter but the same issue occurs. Can it be done or is there an alternative?