HTML - Screenshot and Paste in Email

I have a mailto link in HTML that opens when clicked on to technical support. Is it possible for a screenshot to be automatically copied and pasted into this message without any user action?

+3
source share
1 answer

You cannot copy + paste the image directly into the mail client using the link mailto:. If, however, you create a support email form that sends an email server from your web server using the methods described in this question , you can automatically include a screenshot of the site.

+1
source

Source: https://habr.com/ru/post/1785909/


All Articles