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

summit’s picture

Title: Enable PHP input filder next to others » PHP input filter on commerce emails not working

Hi, I am referring off course to the emails within shop-settings and yes I have chosen php input format for the specific email-framework:

admin/commerce/config/email
rszrama’s picture

Issue summary: View changes
Status: Active » Closed (outdated)
johnpitcairn’s picture

You may only use html and drupal tokens in the email. Raw php presents a security issue and will be stripped out.