I have tried all different versions of send email however I have not yet achieved the following:
Javascript (or HTML) button, when pressed, open native mail application with attachment. The attachment is located on the same server as the webpage ex.:
- web:
www.something.com
- file:
www.something.com/file.pdf
The solution should not include serverside scripting (ASP/PHP) I need a simple snippet to make this happen :) Any help would be greatly appreciated.