I know it is possible to send html enabled emails. Is it also possible to send PHP enabled emails?
For this to count:
- php code has to be sent as plain text
- php code has to be executed on some server X only after recipient opens the email
- Server X is not the recipient's machine
If this is possible, what are the consequential security issues that this brings up?