I am trying to open my email client (for example Outlook) with the following:
<a href="mailto:name1@rapidtables.com?subject=Assundo email&body=Email body">
Send mail </a>
Now I wanted to send an attachment through mailto
. I have already seen that it is not possible with the mailto
function, but is there another way to open my email client with an attachment? Is there any alternative to mailto
for this purpose?