php code in Mail Sent or custom tag
-
My goal is to add a text in the mail sent with current date + 7 days.
Is possible to add this PHP code directly to email sent?
For example:
$next_week = date(‘Y-m-d’, time() + (60*60*24*7));
echo $next_week;
Or maybe create a custom tag?Thanks
- The topic ‘php code in Mail Sent or custom tag’ is closed to new replies.