Hi,
I try to get this issue solved http://drupal.org/node/1289898#comment-6056388.
But every time I try to input PHP the PHP is not parsed, but shown as php.
For example:
You may now log in by clicking this link or copying and pasting it to your browser:
<?php print user_pass_reset_url($account);?>
This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at
Is php not correctly handled by commerce email maybe?
Thanks a lot in advance for you reply!
Greetings, Martijn
Comments
Comment #1
summit commentedHi, I am referring off course to the emails within shop-settings and yes I have chosen php input format for the specific email-framework:
Comment #2
rszrama commentedComment #3
johnpitcairn commentedYou may only use html and drupal tokens in the email. Raw php presents a security issue and will be stripped out.