Javascript Mailto Attachment Example - Javascript

Is it possible to attach a file using mailto redirect in javascript?

Snippet Code


  
Rate this page :
  [ 0 votes]

Malito is a uniform resource identifier which is an email link. No we can not add any attachment to a message with mailto. Here, mailto support text content or plain content.

<a href="mailto:test@gmail.com?subject=my reportampbody=Check the mailampattachment=c:myfoldermyfile.txt"> Click to mail </a>

Tags


Ask Questions

Ask Question