Jump to content

Link to open email client and attach file?


extrovertive

Recommended Posts

Not sure if this relates more to PHP or Javascript/jQuery, but is there a way to attach a file to an email client (i.e Outlook), when user click on a link/button?

 

I have a link that generates a PDF and I want it so that, when someone click on a link, it will open up their email client with the PDF already attached, and subject already fill in.

 

I know, you can use <a href="mailto:..."  but that only opens up the mail client. I also need to attach a file with a subject fill in.

 

Is this doable with PHP or Javascript?

I have a link that generates a PDF and I want it so that, when someone click on a link, it will open up their email client with the PDF already attached

 

Considering the PDF is generated server side, how exactly do you plan on attaching it to an email program running on the client?

 

Is this doable with PHP or Javascript?

 

No.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.