PDF doc via email; not attachement. Opening as redirection

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
osclover
Forum Newbie
Posts: 2
Joined: Tue May 05, 2009 3:54 pm

PDF doc via email; not attachement. Opening as redirection

Post by osclover »

Hi all,

I want that when clients click on the email sent by me, it redirects them to a web location (where we have already uploaded a pdf document via FTP).

In this manner the user does not has to click on a hyperlink to go to the pdf's web location; instead the page will redirect itself to the pdf location as soon as the client tries to open the email.

Is this technically possible? If yes, how? If no, why not ;)

thanks!
User avatar
Gabriel
Forum Commoner
Posts: 41
Joined: Wed May 06, 2009 8:12 pm
Location: Las Vegas

Re: PDF doc via email; not attachement. Opening as redirection

Post by Gabriel »

If you could do that. A hundred million spammers would cry with joy. No, you cannot redirect someone to another website when they open an email without them willingly clicking a link within the body. It can't be too hard to click a link, can it? :P
Post Reply