I'm trying to open my email client (for example Outlook) with the following:
<a href="mailto:[email protected]?subject=Assundo email&body=Corpo de email">
Send mail</a>
Now I wanted to send an attachment by mailto
. I have seen that it is not possible with the mailto
function, but is there another way to open my email client with an attached file?