Alistair Prestidge
Alistair Prestidge

Reputation: 681

link to an email attachment

Hi I am sending email attachments (using php) and would like to point out to the people that I send the emails to that there are attachments. I want to do this by displaying a link in the html body of the email, so all they need to do is click the link and there system will try and open/view the attachment.

Does anyone know if this is this possible? and if so any pointers/nudges in the right direction would be appreciated.

Upvotes: 6

Views: 11603

Answers (1)

Marko
Marko

Reputation: 72232

This will not work and it's a security concern, especially since links can be disguised and attachments can be dirty.

Add a big bold title with emphasis on the attachment, most users know how to download these from their (favorite) client.

Upvotes: 9

Related Questions